.mzgr-teaser-box-1 {
	background-size: cover;
	background-repeat: no-repeat;
	max-height: 750px;
	overflow: hidden;
	position: relative;
	color: #FFFFFF;
	padding: 75px 0;
}

.mzgr-teaser-box-1 .btn.btn-white {
	border: 1px solid #FFFFFF;
	border-radius: 0;
	padding: 5px 15px;
	color: #FFFFFF;
	display: block;
	width: 100%;
}

.mzgr-teaser-box-1 .btn.btn-white span {
	display: block;
	float: none;
	clear: both;
}

.mzgr-teaser-box-1 .btn.btn-white span.head {
	font-family: "Lobster Two", Verdana, sans-serif;
	font-weight: 700;
	font-size: 30px;
	font-style: italic;
}

@-webkit-keyframes teaserMove {
  0% {
    width: 40%; }
  100% {
    width: 68%; }
}

@-moz-keyframes teaserMove {
  0% {
    width: 40%; }
  100% {
    width: 68%; } 
}

@keyframes teaserMove {
  0% {
    width: 40%; }
  100% {
    width: 68%; } 
}

.mzgr-teaser-box-1 .color-overlay {
	width: 68%;
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	overflow: visible;
	border-left: 210px solid transparent;
	border-bottom-width: 750px;
	border-bottom-style: solid;
	-webkit-animation: teaserMove 1.5s ease-in-out;
	-moz-animation: teaserMove 1.5s ease-in-out;
	animation: teaserMove 1.5s ease-in-out;
}

.mzgr-teaser-box-1 h2 {
	color: #FFFFFF;
	margin-bottom: 30px;
}

.mzgr-teaser-box-1 .color-overlay.grey {
	color: #464646;
	background: transparent;
}

@media(max-width: 992px) {
	.mzgr-teaser-box-1 .color-overlay.grey {
		display: none;
	}
	
	.mzgr-teaser-box-1 {
		background: #464646!important;
		max-height: none;
	}
	
	.mzgr-teaser-box-1 .btn-white {
		white-space: normal;
	}
}