@charset "UTF-8";
#iframe-wrapper {
	position: relative;
	display: block;
	width: 100%;
	border: 0;
}
.iframe-content {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 0;
}
#FrameContent-video4x3 {
	position: relative;
	display: block;
	width: 82%;
}
#FrameContent-video16x9 {
	position: relative;
	display: block;
	width: 100%;
}
#FrameContent-youtube {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background-color: #CCC;
}
#FrameContent-youtube  iframe{
	position: absolute;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	overflow: hidden;
	border: 0;
	background-color: #FFF;
}
#FrameContent-map {
	position: relative;
	padding-bottom: 66.7%;
	background-color: #CCCCCC;
	margin-bottom: 8px;
}
#FrameContent-map iframe {
	position: absolute;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	overflow: hidden;
	border: 0;
}
.K005-MapContainer {
	padding-bottom: 10px;
}
#K005-World-iframe-wrapper {
	position: relative;
	width: 100%;
	border: 0;
}
#K005-World-iframe-wrapper-mobile {
	display: none;
}
******************* RESPONSIVE CSS {
}
@media (max-width:700px) {
#FrameContent-video4x3 {
	width: 100%;
}
.K005-MapContainer {
	padding-bottom: 5px;
}
#K005-World-iframe-wrapper {
	display: none;
}
#K005-World-iframe-wrapper-mobile {
	position: relative;
	width: 100%;
	border: 0;
	display: block;
}
