@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'article-example';
  src: url('../../../fonts/Poppins-Regular.woff');
  font-display: swap;
}

#frame {
	position:relative; width:100%; height:100%;
	padding-bottom: 40%;
}



@media screen and (max-width : 1100px ){
#frame {
	padding-bottom: 55%;
}
}


@media screen and (max-width : 950px ){
#frame {
	padding-bottom: 70%;
}
}

@media screen and (max-width : 690px ){

#frame {
	padding-bottom: 100%!important;
}




}




