#carouselExampleIndicators {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
}

.carousel-inner {
    position: relative !important;
    width: 70vw;
    overflow: hidden !important;

}

.carousel-item img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.carousel-control-prev-icon {
    
}
/*
.carousel-item {
    display: flex;
    width: 100%;
}
.images input{
    display: none;
}

.dots{
    display: flex;
    justify-content: center;
    margin: 5px;
}

.dots label{
    height: 20px !important;
    width: 20px !important;
    border-radius: 50%;
    border: solid seagreen 3px;
    cursor: pointer;
    transition: all 0.15s ease;
    margin: 5px;
}

.dots label:hover {
    background: seagreen;
}

#image1:checked ~ .m1{
    margin-left: 0;
}

#image2:checked ~ .m2{
    margin-left: -100%;
}

#image1:checked ~ .m3{
    margin-left: -200%;
}

*/