  .full-bleed.header-content {
  overflow: hidden;
  height: calc(100vh - 60px);
  position: relative;
  width: 100%;
  background-color: #000000;
  z-index: 5;
  padding: 0;
}
.full-bleed.header-content.ambient-video,
.full-bleed.header-content.yt-video {
  height: auto;
  overflow: initial;
}

div#vhs-container {
  position: relative;
  width: 100%;
  background-color: #000000;
  z-index: 5;
  padding: 0;
  height: inherit;
}

.glance-video.yt.glance-rectangle.yt-rectangle {
  position: absolute;
  height: 100%;
  width: 100%;
}

.poster-video-container {
  /* border: solid red; */
  position: absolute;
  width: 100%;
  height: calc(100% - 50px);
  top: 0%;
  right: 50%;
  transform: translate(50%, 0%);
  z-index: -1;
  height: inherit;
}

.glance-video-player.youtube-container.video-container-1.uva-video {
  position: absolute;
  width: 100%;
  height: 100%;
}

iframe#yt-player {
  /* display: block; */
  /* height: calc(100vh - 50px); */
  /* width: 163vh; */
  /* margin: auto; */
  width: 100%;
  height: 100%;
  /* height: auto; */
  top: 0%;
  right: 50%;
  transform: translate(50%, 0%);
  position: absolute;
}

a#video-target {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.glance-bg {
  height: 100%;
  width: 100%;
  /* max-width: 1845px; */
  margin: auto;
}

button#play-button {
  content: "";
  position: absolute;
  display: block;
  background: url(https://news.virginia.edu/themes/custom/images/svg/icon-vidlarge.svg)
    no-repeat center center/100%;
  border: none;
  border-radius: 0.1rem;
  bottom:8.875%;
  height:12.5vw;
  left:5%;
  max-height:8.75rem;
  max-width:8.75rem;
  min-height:2.5rem;
  min-width:2.5rem;
  width:12.5vw;
}

#video-target .glance-bg img {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

span.vjs-control-text {
  color: transparent;
}

.full-bleed:not(.ambient-video) .full-bleed-gradient,
.full-bleed:not(.ambient-video) .full-bleed-text-container {
  cursor: pointer;
}

.full-bleed-video {
  height: inherit;
  width: 100%;
}

@media screen and (max-width: 733px) {
  .paragraphs-item-full-bleed-feature .text-container h2 {
    font-size: 6vw;
  }
}

.full-bleed.header-content .mobile-image-container {
  z-index: 5;
}
.full-bleed.header-content .mobile-image-container img.mobile {
  display: none;
}

.paragraphs-item-standard-feature button.pause,
.full-bleed button.pause {
  background: url(https://communications.virginia.edu/sites/president_d9/themes/custom/bootstrap_barrio/images/ambient-pause.png)
    no-repeat center center;
  background-size: contain;
}

.paragraphs-item-standard-feature button.play,
.full-bleed button.play {
  background: url(https://communications.virginia.edu/sites/president_d9/themes/custom/bootstrap_barrio/images/ambient-play.png)
    no-repeat center center;
  background-size: contain;
  display: none;
}

button.pause,
button.play {
  border: none;
  color: transparent;
  display: block;
  height: 25px;
  padding: 0;
  position: absolute;
  right: 7px;
  top: 7px;
  width: 25px;
  z-index: 999999999;
  cursor: pointer;
  z-index: 6;
}

.full-bleed.ambient-video button {
  top: initial;
  bottom: 13%;
  right: 4.1%;
}
span.caption.none {
  position: relative;
  width: auto !important;
  display: block;
}

.caption > * {
  display: block;
  max-width: 100%;
}
