.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%;
  min-height: 60vh;
  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: 60vh;
  max-height: calc(75vh - 60px);
}
.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%;
  z-index: 1;
}
.ws-section-video-hero-mp4 .content {
  position: relative;
  z-index: 2;
  padding: 90px 30px;
  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 .content {
    padding: 90px 60px;
  }
}
