
iframe {
    border-radius: 12px;
}

#preroll-wrap {
    display:none;
}

/*** Media Queries ***/
@media screen and (max-width: 480px) {
    iframe {
        border-radius: 0;
    }
  }