@charset "UTF-8";
.MEDIA {
	/* ensures map is 100% when captions are just a few words or deleted */
	display: block;
}
#FrameContent-video {
	position: relative;
	display: block;
	width: 100%;
}
#FrameContent-youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
#FrameContent-map {
	position: relative;
	padding-bottom: 66.7%;
	background-color: #efeeec;
}
#FrameContent-map  iframe{
	position: absolute;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	overflow: hidden;
	border: 0;
}
