@charset "UTF-8";

iframe {display:none;}

@media (max-width: 900px) {

	iframe {
	  display: block;
	  margin: 0 auto;
	  max-width: 100%;
	}
}