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

.embedded-video noscript {
  background: red;
  padding: 10px;
  text-align: center;
  width: 100%;
  color: white;
}

.embedded-video .player .video_trigger {
  padding: 15px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}

.video_trigger .videoName {
  color: white;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.51);
  font-size: 24px;
  margin-left: 10px;
  margin-right: 10px;
}
.video_trigger .inner {
  padding: 15px;
  position: absolute;
  width: 100%;
  max-width: 320px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 14px 2px rgba(0 ,0, 0, 0.40);
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video_trigger .inner p {
  font-size: 12px;
  line-height: 1.3;
}
.video_accept_button:focus-visible {
  outline: 2px solid white;
}


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

.embedded-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

@media screen and (min-width: 641px) {
  .video_trigger .inner {
    max-width: 400px;
  }
  .video_trigger .inner p {
    font-size: 16px;
    line-height: 1.5;
  }
}
