.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-bottom: 3.125rem;
}

.movie .video-responsive {
  margin-bottom: 0;
}

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

.yt-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-bottom: 3.125rem;
}

.movie .yt-image-container {
  margin-bottom: 0;
}

.yt-image-container img {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.play-button-container {
  display: flex;
  width: 65px;
  height: 50px;
  background: rgba(64, 64, 64, 0.8);
  border-radius: 16px;
  align-items: center;
  justify-content: center;
  margin-top: 56.25%;
  position: absolute;
}
.play-button-container:hover {
  background: rgba(255, 0, 0, 0.8);
}

.play-button {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 24px;
  border-color: transparent transparent transparent #cacaca;
  transition: 100ms all ease;
  cursor: pointer;
  border-style: solid;
  border-width: 12px 0 12px 20px;
}

/*# sourceMappingURL=gdpr-youtube.css.map */
