@charset "utf-8";
/* CSS Document */


#frame {
	width:100%; height:100%;
	padding-bottom: 45%;
	position:relative;
	margin: 0px;
}

@media screen and (max-width : 780px ){

#frame {
	padding-bottom: 90%;
}

}

@media screen and (max-width : 550px ){

#frame {
	padding-bottom: 110%;
}

}



