.audition iframe {
  margin: 0 auto 30px !important;
  max-width: 90%;
}
@media screen and (max-width: 850px) {
  .audition {
    margin-top: 75px !important;
  }
  .audition iframe {
    width: 90%;
    height: 300px;
  }
}
