.fullwidth {
  width: 100%;
  max-width: 100%;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden; }
  .fullwidth .container {
    max-width: var(--wp--style--global--content-size);
    margin: 0 auto; }

.fullwidth {
  width: 100vw;
  max-width: unset;
  position: relative;
  margin-left: -50vw;
  left: 50%; }
  .fullwidth .container {
    max-width: var(--xxl-container-width);
    margin: auto; }

.fullwidth.has-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay; }

.fullwidth.has-video {
  min-height: 100vh;
  align-content: center; }
  .fullwidth.has-video .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; }
    .fullwidth.has-video .video-background video {
      aspect-ratio: 16 / 9;
      background-color: var(--dm-body-color);
      width: 100%;
      height: 100%;
      object-fit: cover;
      will-change: transform;
      backface-visibility: hidden;
      transform: translate3d(0, 0, 0); }

/*# sourceMappingURL=fullwidth.css.map */
