@CHARSET "UTF-8";

.fixed-top{
    position: relative;
    margin-bottom: 0px;
    width: 100vw;
    height: 100vh;
}






.carousel-inner,.carousel-item{
    height: 100%;
}
.carousel-indicators-span{
    bottom: 2rem;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    width: 2rem;
    height: 7.2rem;
    background: none;
}

.carousel-control-prev-icon{
    transform: scaleX(-1);
}

.is_mobile{
    display: none;
}


@media screen and (max-width: 768px) {
    .banner-home {
        aspect-ratio: 9/16;
    }

}