iframe{
    width: 100%;
    height: 428px;
  }
@media only screen and (max-width: 767px){
  iframe{
    width: 100%;
    height: 214px;
  }
}