@media (min-width: 450px) {
  iframe {
    width: 100%;
    height: 100%;
    border: none;
    overflow: hidden;
  }
}

@media (max-width: 450px) {
  iframe {
    width: 100%;
    height: 337px;
    border: none;
    overflow: hidden;
  }
}

