/* A Mad Production Custom Styles */
a.et_pb_video_play {
  margin-left: 0 !important;
  left: 0;
  right: 0;
}

a.et_pb_video_play:before {
  background: url(https://dev.amadproduction.eu/wp-content/uploads/2020/06/PlaybackIcon2.png);
  font-size: 0;
  height: 100px;
  width: 100px;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  background-size: contain;
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
}

a.et_pb_video_play:hover:before {
  transition: transform 0.3s ease-in-out;
  /* #mad-header {
    background-color: #6a100f;
  } */
  transform: scale(1.1);
}

.amp-video-player-wrapper {
  background: black;
  width: 100%;
  height: calc(100vh - 250px);
  overflow: hidden;
}
@media screen and (orientation: portrait) {
  .amp-video-player-wrapper {
    height: auto;
  }
}
.amp-video-player-wrapper .amp-video-player {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin: auto;
}
.amp-video-player-wrapper .amp-video-player iframe {
  width: 100%;
  height: 100%;
}
.amp-video-player-wrapper .amp-video-player .amp-play-button-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.2);
}
.amp-video-player-wrapper .amp-video-player .amp-play-button-wrapper .amp-play-button {
  max-width: 150px;
}
@media screen and (max-width: 480px) {
  .amp-video-player-wrapper .amp-video-player .amp-play-button-wrapper .amp-play-button {
    max-width: 100px;
  }
}

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