.banner-image-wrapper-color{
  position: relative;
  overflow: hidden;
  background: #fff;
  height: 520px;
  /*display:flex;
  align-items:center;*/
}

.banner-image-wrapper-color::after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 11px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: url(https://www.umsl.edu/workforce/files/images/awc-colorblock-2.jpg);
  background-position: 50px -4px;
}
.banner-video-wrapper{
    display:flex;
    align-items:center;
    height:auto;
}
/* Right image */
.banner-image{
  position: absolute;
  top: 0;
  right: -20%;
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: right center;
  z-index: 0;
}

/* Overlay */
.image-overlay{
  position: absolute;
  top: 5%;
  right: 0;
  height: 80%;
  background: rgba(186, 12, 47, 0.95);
  opacity: 1 !important;
  transition: none;
  z-index: 1;
  pointer-events: none;
    top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* true center */
}
.border__gold{
  border: 2px solid #eab000;
}
.image-hero--content{
  position: relative;
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}
.video-hero--content a.btn.btn-primary{
    color: #fff !important;
    border: 2px solid #fff !important;
    text-decoration: none !important;
    width:200px;
}
.video-hero--content a.btn.btn-primary:hover {
  background: #fff;
  color: #ba0c2f !important;
  text-decoration: none !important;
}
.video-hero--content{
  z-index: 1;
  width: 45%;
  margin: 0;
      display: flex;
    flex-direction: column;
    justify-content: center;
}
.video-hero--content p{
    width:100%!important
}
.image-hero--content h1{
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
    .video-hero--content {
        top:50%;
        bottom:50%;
    }
}
.image-hero--content .umsl-secondary-text{
  color: #fff;
}
@media screen and (max-width: 1199px) {
    .video-hero--content {
        top: inherit;
    }
}
/* Bootstrap container max widths */
@media (min-width: 576px){
  .image-hero--content,.video-hero--content{ max-width: 540px; }
}
@media (min-width: 768px){
   .image-hero--content{
    max-width: 720px;
    padding-right: calc(15px + 50%); /* reserve space for the right overlay/image */
  }
  .image-overlay{
      left:0%;
  }
  .video-hero--content{
      max-width: 720px;
  }
}
@media (min-width: 992px){
  .image-hero--content,.video-hero--content{ max-width: 960px; }
}
@media (min-width: 1200px){
  .image-hero--content,.video-hero--contentnt{ max-width: 1140px; }
}
@media (min-width: 1400px){
  .image-hero--content,.video-hero--content{ max-width: 1320px; }
}
@media (min-width: 1850px) {
  .image-hero--content {
    padding-right: calc(15px + 32%);
  }
}
.demo-video-wrapper{
  background: #fff !important;
}

@media screen and (min-width: 20em){
  h1,.image-hero--content h1{
    font-size: calc(2.2rem + 1.4 * ((100vw - 20em) / 80));
    line-height: 1.1;
  }
}
@media screen and (min-width: 1440px) {
  h1, .image-hero--content h1 {
    font-size:60px;
    top:10px;
  }
}
@media screen and (max-width: 576px){
  h1{ width: 100%; }
}

@media (max-width: 992px){
  .banner-image{
    right: -10%;
    height: 100%;
    object-position: inherit;
  }
}

@media (max-width: 767.98px){
  .banner-image-wrapper-color{
    height: 350px;
  }

  .banner-image{
    position: relative;
    width: 100%;
    height: 100%;
    right: auto;
    object-fit: cover;
  }

  .image-overlay{
    left: 0;
    right: auto;
    width: 100%;
    height: 100%;
    top:0;
    background: linear-gradient(
      60deg,
      #ba0c2f,
      rgba(186, 12, 47, 0.97) 14.29%,
      rgba(186, 12, 47, 0.91) 25.32%,
      rgba(186, 12, 47, 0.82) 33.77%,
      rgba(186, 12, 47, 0.72) 40.26%,
      rgba(186, 12, 47, 0.60) 45.45%,
      rgba(186, 12, 47, 0.48) 50%,
      rgba(186, 12, 47, 0.36) 54.55%,
      rgba(186, 12, 47, 0.25) 59.74%,
      rgba(186, 12, 47, 0.15) 66.23%,
      rgba(186, 12, 47, 0.07) 74.68%,
      rgba(186, 12, 47, 0.02) 85.71%,
      rgba(186, 12, 47, 0)
    );
    translate:inherit;
    transform:initial;
  }

  .image-hero--content,
  .video-hero--content{
    width:auto;
    max-width: none;
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .video-hero--content{
      top:0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
}

/* Desktop only (Bootstrap 3 lg is 1200px+) */
@media (min-width: 1200px){
  .banner-image-wrapper-color.demo-video-wrapper{
    display: flex;
  }
}

/* Mobile + tablet (xs, sm, md) */
@media (max-width: 1199px){
  .banner-image-wrapper-color.video-wrapper{
        display: grid;
        align-items: center;
  }
}
.display-text{
    font-size: clamp(32px, 4vw, 44px);
}
h2 .feature-overlay__heading{ font-size: clamp(32px, 4vw, 44px);}
.parallax{background-size:90%}
