/*HOMEPAGE*/



/*CAROUSEL*/

#slideshow {
    width: 117rem;
    height: 60.5rem;
    overflow: hidden;
    position: relative;
    padding: 0 0 3rem;
}

#slideshow img {
    position: absolute;
    top: 0;
}

.banner-2-3 {
    width: calc(0.6754 * (100% - 3rem));
}

.banner-1-3 {
    width: calc(0.3245 * (100% - 3rem));
}

@media screen and (max-width: 1230px) {
    .banner-carousel {
        width: calc(100vw - 6rem);
        height: calc(0.517 * (100vw - 6rem));
    }
}

@media screen and (max-width: 1230px) and (min-width: 757px) {

}

@media screen and (max-width: 756px) {

}