.msb-landing-wave {
    position: fixed;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0.5;
}

.msb-landing-wave__img {
    display: block;
    width: 100%;
    pointer-events: none;
}

.msb-landing-wave__overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.msb-landing-wave__img--mobile {
    display: none;
}

@media (max-width: 768px) {
    .msb-landing-wave:not(.has-mobile-img) {
        display: none;
    }
    .msb-landing-wave.has-mobile-img .msb-landing-wave__img:not(.msb-landing-wave__img--mobile) {
        display: none;
    }
    .msb-landing-wave__img--mobile {
        display: block;
    }
}
