#page .ad_video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #020717;
}

#page .ad_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 767px) {

  #page .ad_video {
    position: static;
    display: flex;
    justify-content: center;
    padding-bottom: 64px
  }

  #page .ad_video iframe {
    position: static;
    width: 560px;
    height: 315px;
  }
}

/*# sourceMappingURL=style.css.map */