.l-front-page .s-video-highlight {
  margin-top: 4.75rem;
}
@media only screen and (max-width: 767px) {
  .l-front-page .s-video-highlight {
    margin-top: 3.5rem;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .l-front-page .s-video-highlight {
    margin-top: 2rem;
  }
}
.l-front-page .s-video-highlight .b-heading-eye-1 {
  position: relative;
}
.l-front-page .s-video-highlight .b-heading-eye-1:before {
  position: absolute;
  top: -4.75rem;
  right: calc(50% - 50vw);
  bottom: 0;
  left: calc(50% - 50vw);
  z-index: 1;
  background-color: #fff;
  content: "";
}
.l-front-page .s-bootcamps {
  margin-bottom: var(--section-spacing-lg);
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .l-front-page .s-bootcamps {
    margin-bottom: var(--section-spacing-md);
  }
}
