[bm-customizer-iframe] iframe {
  display:block;
  width:100vw;
  max-width:100%;
  height:90vh;
  border:0;
}

@media only screen and (min-width:770px) {
  [bm-customizer-iframe] iframe {
    height:100vh;
  }
}