.video-module .video-container {
    max-width: 1332px;
    margin: 0 auto;
    width: 100%;
    padding: 0 2rem;
}

.video-module .video-content-wrapper {
    display: block;
    width: 100%;
}

.video-container .iframe_wrapper {
  padding-top: 0;
}

.video-module .video-full-width {
    width: 100%;
}

.video-container .sa-heading.text-left,
.video-container .sa-additional-heading.text-left {
  text-align left;
}

.video-container .sa-heading.text-center,
.video-container .sa-additional-heading.text-center {
  text-align: center;
}

.video-container .sa-additional-heading h2,
.video-container .sa-additional-heading h2 span{
  font-size: 40px !important;
  line-height: 46px !important;
  font-weight: 700 !important;
  color: #0C121A !important;
}

.video-container .sa-additional-heading h2 span {
  margin-bottom: 0 !important;
}

@media (max-width: 600px) {
  .video-container .sa-additional-heading h2, 
  .video-container .sa-additional-heading h2 span{
    font-size: 32px !important;
    line-height: 38px !important;
    font-weight: 700 !important;
  }
}

@media (max-width: 480px) {
    .video-module .video-container {
        padding: 0 1rem;
    }
}