/* @group hero-cruise
------------------------------------ */

.hero-cruise {
    overflow: hidden;
}
.hero-cruise .wp-block-columns {
    width: 100vw;
} 
.hero-cruise .wp-block-column {
    position: relative;
}

.hero-cruise .wp-block-column .wp-block-group {
    position: absolute;
    translate: -50% 0;
    left: 50%;
    width: 100%;
}
.hero-cruise .bp-multimedia {
    position: relative;
}
.hero-cruise .bp-multimedia::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--marron-o-20);
    pointer-events: none;
}

@media only screen and (min-width : 961px) {
    .hero-cruise .bp-multimedia {
        height: 100vh;
    }

    .hero-cruise .wp-block-column .wp-block-group {
        top: 57%;
        padding-inline: 10.2rem;
    }

}

@media only screen and (min-width : 0) and (max-width : 960px) {
    .hero-cruise .wp-block-column .wp-block-group {
        top: 24%;
        padding-inline: 3.2rem;
    }
    .hero-cruise .bp-multimedia {
        height: 78vh;
    }
    .hero-cruise .wp-block-heading {
        text-transform: uppercase;
    }
}

/* @end */