






.component--video-expandable {
  overflow: visible !important;
  margin-top: 4.0625rem;
  color: #FFFFFF;
}
@media only screen and (min-width: 880px) {
  .component--video-expandable {
    margin-top: 4.0625rem;
  }
}
.component--video-expandable__background {
  position: relative;
}
.component--video-expandable__background:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: " ";
  display: block;
  background: #BA0C2F;
  height: 19rem;
  z-index: 1;
}
@media only screen and (min-width: 880px) {
  .component--video-expandable__background:before {
    height: 34rem;
  }
}
.component--video-expandable__header-logo {
  position: relative;
  clear: both;
  z-index: 6;
  content: " ";
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: -5rem;
}
.component--video-expandable__header-logo img {
  max-width: 100%;
  margin: 0 auto;
}
.component--video-expandable__left {
  position: relative;
  z-index: 3;
  padding-top: 5.5625rem;
  text-align: center;
}
@media only screen and (min-width: 880px) {
  .component--video-expandable__left {
    text-align: left;
    max-width: 50%;
    float: left;
    padding-top: 9.375rem;
  }
}
.component--video-expandable__right {
  position: relative;
  z-index: 3;
  display: none;
}
@media only screen and (min-width: 880px) {
  .component--video-expandable__right {
    display: block;
    float: right;
    margin-top: 12.5rem;
  }
}
.component--video-expandable__right .btn-dark-secondary {
  background: #FFFFFF !important;
  color: #BA0C2F !important;
}
.component--video-expandable__right .btn-dark-secondary:hover {
  background: #BA0C2F !important;
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF;
}
.component--video-expandable__right .btn-dark-secondary:hover:after {
  border-color: #FFFFFF;
}
.component--video-expandable__right .btn-dark-secondary:after {
  border-color: #BA0C2F;
}
.component--video-expandable__video {
  position: relative;
  clear: both;
  z-index: 3;
  margin: 0 auto;
}
.component--video-expandable__video iframe {
  display: none;
}
.component--video-expandable__video.show-video .grid-sm {
  padding: 0 !important;
}
.component--video-expandable__video .video-wrapper {
  position: relative;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 880px) {
  .component--video-expandable__video .video-wrapper .image-overlay {
    position: absolute;
    z-index: 4;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    content: " ";
    display: block;
    opacity: 0;
  }
}
.component--video-expandable__video .video-wrapper.show-video iframe {
  width: 100% !important;
  height: 56.25vw !important;
  
}
.component--video-expandable__video .video-wrapper.full-width {
  overflow: hidden;
  width: calc(100vw - var(--scrollbarWidth, 0));
  max-width: 100vw;
  margin: 0 calc(-50vw + var(--scrollbarWidth, 0) / 2 + 50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.component--video-expandable__video .video-overlay {
  opacity: 0;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  background: rgba(0, 0, 0, 0.4);
}
.component--video-expandable__video .overlay-text {
  opacity: 0;
  z-index: 4;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.component--video-expandable__video .video-shadow {
  position: absolute;
  bottom: -14px;
  background: #000000;
  opacity: 0.2;
  filter: blur(56px);
  width: 100%;
  height: 3.5rem;
}
@media only screen and (min-width: 880px) {
  .component--video-expandable__video .video-shadow {
    height: 4.6875rem;
    bottom: -2.3125rem;
  }
}
.component--video-expandable .video-text {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  z-index: 4;
}
.component--video-expandable .responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  
  height: 0;
}
.component--video-expandable .responsive-video iframe,
.component--video-expandable .responsive-video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


/*# sourceMappingURL=../../../../maps/body/video_expandable/scss/video-expandable.css.map */
