.experience-portals-hero {
    aspect-ratio: 1390 / 976;
    width: 100%;
    position: relative !important;

    .kt-inside-inner-col,
    .kadence-inner-column-inner {
        min-height: 100%;
    }

    .wp-block-image,
    .wp-block-video {
        position: absolute;
        width: 47.584% !important;
        height: auto;
        margin: 0;
    }

    img,
    video {
      border-radius: 6px;
      width: 100% !important;
      height: auto;
    }

    .wp-block-image {
      width: 79.31% !important;
      right: 0;
      top: 0;
    }

    .wp-block-video {
      left: 0;
      bottom: 0;
      aspect-ratio: 600 / 732;
      
      video {
        box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
      }
    }
}

@media (min-width: 1024px) and  {
    .experience-portals-hero {
        video,
        img {
            border-radius: 8px;
        }
    }
}