@media(max-width: 991px){
.mid-body .googleCalendar{ position: relative;height: 0;width: 100%;padding-bottom: 100% ;}
.mid-body .googleCalendar iframe{ position: absolute;top: 0;left: 0;width: 100%;height: 100%;}	
}
@media(max-width: 768px){
	
.mid-body .video-container { position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;}
.mid-body .video-container iframe,.video-container object,.video-container embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.mid-body .googleCalendar{ position: relative;height: 0;width: 100%;padding-bottom: 100% ;}
.mid-body .googleCalendar iframe{ position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.mid-body .google-maps { position: relative;padding-bottom: 90%; // (450 ÷ 500 = 0.9 = 90%)height: 0;overflow: hidden;}
.mid-body .google-maps iframe { position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
	
}

@media(max-width: 420px)
{
	body{ font-size:12px;}
	/*.banner {padding: 50px 0 0px;}*/
	.loginModal { padding: 10px 0;}
}
