/* line 4, ../_sass/media_embed_consent.scss */
.media-embed-consent .media-youtube-player.col-layout {
  width: 95%;
}
/* line 8, ../_sass/media_embed_consent.scss */
.media-embed-consent .media-youtube-player.col-layout .media-link a .media-replacement {
  height: 156px;
}
/* line 10, ../_sass/media_embed_consent.scss */
.media-embed-consent .media-youtube-player.col-layout .media-link a .media-replacement::after {
  width: 74px;
  height: 52px;
  margin-top: -26px;
  margin-left: -35px;
}
/* line 16, ../_sass/media_embed_consent.scss */
.media-embed-consent .media-youtube-player.col-layout .media-link a .media-replacement .media-title {
  margin-top: -0.33em;
  font-size: 1em;
}
/* line 25, ../_sass/media_embed_consent.scss */
.media-embed-consent .media-youtube-player .media-link a {
  display: block;
}
/* line 27, ../_sass/media_embed_consent.scss */
.media-embed-consent .media-youtube-player .media-link a .media-replacement {
  position: relative;
  background-color: #aeaeae;
  width: 100%;
  height: 300px;
  display: block;
}
/* line 33, ../_sass/media_embed_consent.scss */
.media-embed-consent .media-youtube-player .media-link a .media-replacement::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(/sites/all/modules/tso_media_embed_consent/images/yt_icon.png);
  background-size: cover;
  width: 100px;
  height: 70px;
  margin-top: -35px;
  margin-left: -50px;
  display: block;
}
/* line 46, ../_sass/media_embed_consent.scss */
.media-embed-consent .media-youtube-player .media-link a .media-replacement .media-title {
  position: absolute;
  top: 16%;
  width: 100%;
  text-align: center;
  font-size: 2em;
  font-weight: 600;
}

/* line 63, ../_sass/media_embed_consent.scss */
body.ismobiledevice .media-embed-consent .media-youtube-player.col-layout {
  width: 100%;
  margin-top: 5px;
}
/* line 69, ../_sass/media_embed_consent.scss */
body.ismobiledevice .media-embed-consent .media-youtube-player .media-link a .media-replacement {
  height: 156px;
}
/* line 71, ../_sass/media_embed_consent.scss */
body.ismobiledevice .media-embed-consent .media-youtube-player .media-link a .media-replacement::after {
  width: 74px;
  height: 52px;
  margin-top: -26px;
  margin-left: -35px;
}
/* line 77, ../_sass/media_embed_consent.scss */
body.ismobiledevice .media-embed-consent .media-youtube-player .media-link a .media-replacement .media-title {
  margin-top: -0.33em;
  font-size: 1em;
}
