/* Theming */

iframe {
height: 27%; 
}
@media only screen and (max-width: 600px) {
iframe {
	height: 35%; 
  }
}