
.embedded-video .player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  cursor: pointer;
}

.embedded-video .player:hover .yt_playButton {
  background: url("/modules/custom/custom_youtube_player/css/../image/yt-playbutton-active.svg") no-repeat;
  background-size: contain;
}

.embedded-video .player .video_trigger {
  display: none;
  padding: 15px;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 1.3;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
}

.embedded-video .player .video_trigger button {
  margin: 10px 0;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ytp-watermark {
  display: none !important;
}

.yt_playButton {
  transition: all 0.3s;
  background: url("/modules/custom/custom_youtube_player/css/../image/yt-playbutton.svg") no-repeat;
  background-size: contain;
  position: absolute;
  width: 56px;
  height: 39px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

@media screen and (min-width: 641px) {
  .yt_playButton {
    width: 80px;
    height: 80px;
  }
  .embedded-video .player .video_trigger {
    max-width: 350px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    height: auto;
    transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 1.5;
  }
}
