img, iframe{max-width:100%;}
.inner-banner-image-container{
	/* background-size:100% 100% !important; */
	background-position:center center !important;
}
img{object-fit:cover;}

@media screen and (min-width:768px){
	.showOnMobile, .showInMobile{display:none !important;}
}
@media screen and (max-width:767px){
	.hideOnMobile, .hideInMobile{display:none !important;}
}