@charset "utf-8";
/* CSS Document */

#frame1 {
	position:relative;
	width:100%;	height:100%;
	padding-bottom: 40%;
	margin: 0px auto!important;
	border-radius:8px!important;
}


@media screen and (max-width : 850px ){


#frame1 {
	padding-bottom: 70%;
	margin: 0px 0px 0px 0px;
}

}

@media screen and (max-width : 550px ){


#frame1 {
	width:100%;
	padding-bottom: 75%;
	margin: 0px;
}

}



