iframe {
	height: 600px;
	width: 100%;
}
.media--blazy iframe {
  position: relative;
  width: 100%;
  z-index: 1;
  height: 400px;
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
.media--blazy iframe {  height: 350px !important}
}
/* Smartphone Landscape Size to Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.media--blazy iframe {  height: 300px !important}
}
/* Smartphone Portrait Size to Mobile Landscape Size */ 
@media only screen and (min-width: 480px) and (max-width: 767px) {
.media--blazy iframe {  height: 300px !important}
}
@media only screen and (min-width: 321px) and (max-width: 479px) {
.media--blazy iframe {  height: 300px !important}
}
@media only screen and (max-width: 320px) {
.media--blazy iframe {  height: 300px !important}
}