.carousel-slide{
    display:flex;
    flex-direction: column;
    overflow:hidden;
}
.item{
    width:2vw;
    height:2vh;
}
.item-active{
    width:2vw;
    height:2vh;
}
.carr{
    width: 83vw;
    height:75vh;
}