.wave_banner {
    background: url('/assets/images/carpe-diem/gallery/outer/DJI_20250603131050_0198_D.webp');
    height: 80vh;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.wave_banner .shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

/* Mobile devices*/
@media only screen and (min-width: 290px) and (max-width: 479px) {
    .wave_banner {
        height: 50vh;
    }
}