@charset "utf-8";

.infoSection iframe{
  margin: 0 auto;
  display: block !important;

}

@media screen and (min-width: 900px){
  .infoSection iframe{
    width: 80% !important;
    max-width: 80% !important;
  }
}