@charset "utf-8";
/* CSS Document */


#frame {
	position:relative;
	width:100%;	height:100%;
	padding-bottom: 45%;
}

@media screen and (max-width : 975px ){

#frame {
	width:100%;	height:100%;
	padding-bottom: 65%;
}
}

@media screen and (max-width : 550px ){

#frame {
	width:100%; height:100%;
	padding-bottom: 120%!important;
}
}




