.video-text-block {
  margin-top: 50px;
  margin-bottom: 50px;
}

.video-text-block .small p, .video-text-block .small a, .video-text-block .small li {
  font-size: 16px !important;
}

.video-text-block .component-content {
  padding: 20px 0;
}

.video-text-block h2 {
  margin-bottom: 34px;
}

.video-text-block .field-subheadline {
  margin-bottom: 2em;
}

.video-text-block .field-text p {
  margin-bottom: 20px;
}

.video-text-block .field-link {
  margin-top: 10px;
}

.video-text-block .poster-wrapper {
  position: relative;
  height: 100%;
}

.video-text-block .poster-wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(/assets/bsu/icons/play-video-icon.svg) center center no-repeat;
  background-size: 20% auto;
}

.video-text-block .poster-wrapper a:hover {
  background: url(/assets/bsu/icons/play-video-icon-active.svg) center center no-repeat;
  background-size: 20% auto;
}

.video-text-block .poster-wrapper.display-image-only a {
  background: url(/assets/bsu/icons/zoom-image-icon.png) center center no-repeat;
}

.video-text-block .video-text-poster {
  width: 100%;
  height: auto;
}

.video-text-block .video-wrapper-mobile {
  position: relative;
  padding-bottom: 56.25%;
  /* ~ 16:9 elminiate black bars */
  height: 0;
  display: none;
}

.video-text-block .video-wrapper-mobile iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .video-text-block {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .video-text-block .video-wrapper-mobile {
    display: block;
    margin-bottom: 30px;
  }
  .video-text-block .video-wrapper-mobile.display-image-only {
    display: none;
  }
  .video-text-block .poster-wrapper {
    display: none;
  }
  .video-text-block .poster-wrapper.display-image-only {
    display: block;
    margin-bottom: 30px;
  }
  .video-text-block .play-modal-video {
    display: none;
  }
  .video-text-block .play-modal-video.display-image-only {
    display: block;
  }
  .video-text-block .responsive-square:after {
    display: none;
  }
  .video-text-block .square-content {
    position: initial;
  }
  .video-text-block.image-left-text-right img, .video-text-block.text-left-image-right img {
    padding: 0 6.4% 0 6.4%;
    margin-top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (max-width: 575px) {
  .video-text-block {
    padding-left: 48px;
    padding-right: 48px;
  }
}

.full-size-image-wrapper {
  position: relative;
  display: none;
}

.video-text-full-size-image {
  width: 100%;
  height: auto;
}
