.mt-bnr-inr {	height: 350px;	background-size: cover; 	background-position: center center;	display: table;	width: 100%; }
.overlay-wraper {   position: relative; }
.overlay-main { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.5; }
.bg-black { background-color: #009a99; }
.opacity-07 { opacity: 0.4; }
.bg-top-center { background-position: top center; }
.bg-parallax {background-attachment: fixed;	background-position: center;background-repeat: no-repeat;background-size: cover; }



@media only screen and (max-width: 1199px) {
	.mt-bnr-inr { height: 300px; }
}



@media only screen and (max-width: 991px) {
	.mt-bnr-inr { height: 300px; }
}
@media only screen and (max-width:768px) {
	.mt-bnr-inr { height: 280px; }
	
	.bg-parallax {
    background-attachment: unset;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
}
@media only screen and (max-width:468px) {
	.mt-bnr-inr { height: 190px; }
	
	.bg-parallax {
    background-attachment: unset;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

}
