@charset "UTF-8";
#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{
	/* Padding right is to alow for the 1px keyline*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	overflow: hidden;
	border: 0;
}
