@charset "utf-8";
/* CSS Document */




@media screen and (max-width : 850px ){

}

@media screen and (max-width : 500px ){



}

@media screen and (max-width : 380px ){

.parent-frame {
	position: relative;
	/*background-color: palegoldenrod;*/
	margin: 0px; padding:0px;
	width:85vw!important; height:70vh!important;
  top: 46%!important; left: 50%!important;
  transform: translate(-50%, -50%)!important;
}

}


