.tmm-features-youtube {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.tmm-features-youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tmm-features-youtube__hide-but-keep-it-focusable {
  text-indent: -900000px;
  height: 0;
  margin: 0;
}
.tmm-features-youtube__popup__overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10002;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
}
.tmm-features-youtube__popup__body {
  max-width: 800px;
  position: absolute;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 501px) and (max-width: 991px) and (orientation: landscape) {
  .tmm-features-youtube__popup__body {
    width: 60%;
  }
}
.tmm-features-youtube__popup__button__close {
  position: absolute;
  padding: 0;
  width: 41px;
  height: 41px;
  top: -46px;
  right: 12px;
  border: none;
  appearance: none;
  background-color: transparent;
}
.tmm-features-youtube__button__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  background-color: transparent;
  border: none;
}
.tmm-features-youtube__button__play__icon-hover {
  display: none;
}
.tmm-features-youtube__button__play:hover .tmm-features-youtube__button__play__icon-regular, .tmm-features-youtube__button__play:focus .tmm-features-youtube__button__play__icon-regular {
  display: none;
}
.tmm-features-youtube__button__play:hover .tmm-features-youtube__button__play__icon-hover, .tmm-features-youtube__button__play:focus .tmm-features-youtube__button__play__icon-hover {
  display: block;
}
.tmm-features-youtube__in-content {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.show-in-content-video .tmm-features-youtube__in-content {
  display: block;
}
.show-in-content-video .tmm-features-youtube__button__play {
  display: none;
}

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