.equiteq.component-4a {
  position: relative;
  padding-block: 4rem;
}
.equiteq.component-4a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc((100vw - 100%) / -2);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .equiteq.component-4a {
    height: var(--eq-desktop-height);
  }
  .equiteq.component-4a::before {
    height: var(--eq-desktop-height);
  }
}
.equiteq.component-4a video {
  border-radius: 1rem;
  cursor: pointer;
  width: 100%;
  height: auto;
  max-width: 100%;
  display: inline-block;
}

/*# sourceMappingURL=component-4a.css.map */
