/* carousel */

#carouselWild {
    position: absolute; 
    top: 120px;
    width: 90%;
    z-index: 0; 
    padding-right: 30px;
}

.carousel-inner img {
    width: 90%;
    height: 40vw;
}





/* ultraWide 1280px...
@media screen and (min-width: 1280px) {
    #carouselWild {
        position: absolute; 
        top: 120px;
        width: 100%;
        z-index: 0; 
        padding-right: 30px;
    }
    
    .carousel-inner img {
        width: 100%;
        height: 40vw;
    }

    .test {
        background-color: aquamarine;
        position: sticky;
    }
} */