:root {
  --skin-banner-background-color-1: transparent;
  --skin-menu-color-1: transparent;
  --skin-menu-color-1-invert: transparent;
  --skin-primary-color-1: #357793;
  --color-grey1: #f3f3f3;
}

:root {
  --skin-banner-background-color-1: transparent;
  --skin-menu-color-1: transparent;
  --skin-menu-color-1-invert: transparent;
  --skin-primary-color-1: #357793;
  --color-grey1: #f3f3f3;
}

.youtube-video-picture-wrapper {
  /* stylelint-disable-next-line */
}
.youtube-video-picture-wrapper::before {
  background-color: #000;
}
.youtube-video-title {
  color: var(--text-primary);
  font-family: var(--font-primary);
  font-size: var(--text-lg);
  font-weight: bold;
  line-height: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .youtube-video-title {
    font-size: var(--text-2xl);
    line-height: 45px;
  }
}
.youtube-video-description {
  color: var(--text-primary);
  font-family: var(--font-primary);
  font-size: var(--text-xs);
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .youtube-video-description {
    font-size: var(--text-lg);
    line-height: 25px;
  }
}
@media (min-width: 992px) {
  .youtube-video-description {
    font-size: var(--text-sm);
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .youtube-video-description {
    font-size: var(--text-base);
    line-height: 23px;
  }
}

.youtube-video {
  position: relative;
}
.youtube-video.margins-enabled {
  margin-top: 15px;
}
@media (min-width: 769px) {
  .youtube-video.margins-enabled {
    margin-top: 32px;
  }
}
@media (min-width: 992px) {
  .youtube-video.margins-enabled {
    margin-top: 21px;
  }
}
@media (min-width: 1200px) {
  .youtube-video.margins-enabled {
    margin-top: 31px;
  }
}
.youtube-video img,
.youtube-video picture {
  display: block;
  width: 100%;
}
.youtube-video-player {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.youtube-video-picture-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}
.youtube-video-picture-wrapper::before {
  content: "";
  display: block;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.player-initialized .youtube-video-picture-wrapper {
  visibility: hidden;
}
.youtube-video-picture-wrapper:hover {
  /* stylelint-disable-next-line */
}
.youtube-video-picture-wrapper:hover-play-btn {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.youtube-video-content-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.youtube-video-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  z-index: 100;
}
.youtube-video-title {
  overflow: hidden;
}
.youtube-video-description {
  overflow: hidden;
}
@media (min-width: 769px) {
  .youtube-video-description {
    margin-top: 19px;
  }
}
@media (min-width: 992px) {
  .youtube-video-description {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .youtube-video-description {
    margin-top: 11px;
  }
}
.youtube-video-play-btn {
  display: block;
  left: calc(50% - 25px);
  top: calc(50% + 55px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 10;
}
@media (min-width: 992px) {
  .youtube-video-play-btn {
    top: calc(50% + 80px);
  }
}

/*# sourceMappingURL=default\css\experience\components\assets\youtubeVideoTile.css.map*/