.gssc-content-container-v2 {
  min-height: 2rem;
  position: relative;
  padding: 0;
}
.gssc-content-container-v2 .container {
  position: relative;
}
.gssc-content-container-v2 .full-height {
  /*height: 100%;*/
  padding: 0;
}
.gssc-content-container-v2 .full-height .valign-top {
  position: absolute;
  top: 5%;
}
.gssc-content-container-v2 .full-height .valign-middle {
  position: relative;
  transform: translateY(55%);
}
.gssc-content-container-v2 .full-height .valign-bottom {
  position: absolute;
  bottom: 0%;
}
.gssc-content-container-v2 .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gssc-content-container-v2 * {
  box-sizing: border-box;
}
.gssc-content-container-v2 .video-background {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.gssc-content-container-v2 .video-foreground,
.gssc-content-container-v2 .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gssc-content-container-v2 .video-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.gssc-content-container-v2 .video-text {
  position: absolute;
}
.gssc-content-container-v2.overlay-dark .overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.gssc-content-container-v2.overlay-light .overlay {
  background-color: rgba(255, 255, 255, 0.5);
}
