.carousel .carousel-item .caption .caption-description h1,
.carousel .carousel-item .caption .caption-description h2,
.carousel .carousel-item .caption .caption-description h3,
.carousel .carousel-item .caption .caption-description h4,
.carousel .carousel-item .caption .caption-description h5,
.carousel .carousel-item .caption .caption-description h6,
.carousel .carousel-item .caption .caption-description p,
.carousel .carousel-item .caption .caption-description span {
    text-shadow: 0 1px 4px rgb(0 0 0 / .4);
}
.carousel .carousel-control .icon-next i,
.carousel .carousel-control .icon-prev i {
    color: white;
    opacity: .5;
}
.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i {
    color: white;
    opacity: 1;
}
.carousel .carousel-indicators {
    gap: 8px;
    align-items: center;
    justify-content: center;
}
.carousel-indicators .active {
    width: 10px;
    height: 10px;
}
.button {
    display: inline-block;
    margin-top: 2.5rem;
    padding: 12px 28px;
    border: 1px solid rgba(255,255,255,.6);
    color: #fff;
    font-size: 0.85rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    transition: ease-out all .2s;
}
.button:hover {
    background: #fff;
    color: #000;
    transition: ease-out all .2s;
}
#carousel {
    touch-action: pan-y;
}
body .carousel .carousel-indicators button{
    width:16px;
    height:16px;
}
body .carousel .carousel-control-prev{
    height:100%;
    top:0;
    z-index:1000;
    left:0;
    width:64px;
    background:none;
    transform:none;
}
body .carousel .carousel-control-next{
    height:100%;
    top:0;
    z-index:1000;
    right:0;
    width:64px;
    transform:none;
}
body .carousel .carousel-control-next,
body .carousel .carousel-control-prev{
    background:transparent;
}
body .carousel .carousel-control-next span,
body .carousel .carousel-control-prev span{
    color:white;
    border-radius:50%;
    transition:all 0.4s;
    background:transparent;
}
body .carousel .carousel-control-next:hover span,
body .carousel .carousel-control-prev:hover span{
    color:black;
    background:white;
    border-radius:50%;
}
@media (max-width: 991px) {
    body .carousel {
        padding-bottom: 0;
    }
    body .carousel .carousel-item .caption .caption-description p {
        color: white;
    }
    body .carousel .carousel-indicators li {
        width: 10px;
        height: 10px;
    }
    body .carousel .carousel-item .caption {
        padding-left: 30px;
        padding-right: 30px;
    }
    body .carousel .carousel-item .big_a{
        background-color:#000!important;
        background-size: 130% !important;
        background-position: top center !important;
    }
    body .carousel .carousel-item .caption{
        top:auto;
        bottom:0;
    }
    body .carousel .carousel-item figcaption .btn{
        display:block;
    }
    body .carousel .carousel-item#item_9 .big_a{
        background-size: 100% auto !important;
        background-repeat:space!important;
    }

}