.ws-section-video-hero-mp4 .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
.ws-section-video-hero-mp4 .video-hero-container {
  position: relative;
  width: 100%;
  padding: 150px 30px;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ws-section-video-hero-mp4 .video-hero-container.large {
  min-height: calc(90vh - 60px);
}
.ws-section-video-hero-mp4 .video-hero-container.aspect-ratio {
  aspect-ratio: 16 / 9;
  min-height: 500px;
  max-height: 840px;
}
.ws-section-video-hero-mp4 .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  margin: auto;
  z-index: 1;
}
.ws-section-video-hero-mp4 .content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1170px;
  margin: auto;
}

.ws-section-video-hero-mp4 .content.text-right {
  margin: 0;
  margin-left: auto;
}

.ws-section-video-hero-mp4 .content.text-left {
  margin: 0;
  margin-right: auto;
}

@media (min-width: 992px) {
  .ws-section-video-hero-mp4 .video-hero-container {
    padding: 240px 30px;
  }
  .container .ws-section-video-hero-mp4 .video-hero-container {
    padding: 150px 30px;
  }
}
