.slider{
    padding-left: 0;
    padding-right: 0;
    height: 100%;
}

.carousel-container {
    padding: 0 !important;
}

.carousel{
    position: relative;
    width: 98%;
    height: 100%;
    float: right;
}

.carousel-item img:focus-visible{
    outline: 5px solid #880015;
    outline-offset: -5px;
}

.carousel-indicators{
    bottom: 0px;
    margin-right: 20px;
    margin-left: 0;
    width: auto;
    left: unset;
}

.carousel-indicators li{
    background: #fff;
    border: 2px solid #880015;
    margin-bottom: 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.carousel-indicators li:focus-visible{
    box-shadow: 0px 0px 0px 2px #880015 !important;
    outline: none;
}

.carousel-indicators .active{
    background: #880015;
}

.carousel-inner{
    height: 100%;
    border-radius: inherit;
    -moz-border-radius: inherit;
    -webkit-border-radius: inherit;
    /*overflow: visible !important;*/
}

.carousel-item{
    height: 100%;
}

.carousel .item {
    height: 100%;
    border-radius: inherit;
    -moz-border-radius: inherit;
    -webkit-border-radius: inherit; 
    /* position: relative; */
}

.carousel-caption{
    right: 0;
    left: 0;
    padding-bottom: 0;
    padding-top: 0;
    bottom: 0;
    background: rgba(235,235,235,0.95);
    padding-left: 20px;
    height: 160px;
}

.carousel-caption a{
    padding: 0 !important;
}

.slide-title{
    text-align: left;
    text-shadow: none;
    font-size: 19px;
    padding-left: 2px;
    width: 95%;
    margin-top: 7px;
}

.descript{
    padding-left: 0;
    padding-right: 0;
}

.slide-description{
    color: #333;
    text-align: left;
    text-shadow: none;
    padding-bottom: 10px;
}

p.slide-description{
    padding: 2px;
}

p.slide-description:focus-visible{
    outline: none;
}

.slide-img{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

@media (min-width: 700px) {
    .carousel-caption{
        height: auto;
    }
    
    .slide-title{
        font-size: 18px;
    }

    .descript{
        display: block;
    }
}

@media (min-width: 751px) {
    .slider{
        height: 192px;
    }

    .carousel-caption{
        height: 105px;
    }
    
    .slide-title{
        font-size: 16px;
    }

    .descript{
        display: none;
    }
}

@media (min-width: 800px) {
    .slider{
        height: 197px;
    }

    .carousel-caption{
        height: 105px;
    }
    
    .slide-title{
        font-size: 16px;
    }

    .descript{
        display: none;
    }
}

@media (min-width: 900px) {
    .slider{
        height: 225px;
    }

    .carousel-caption{
        height: 105px;
    }
    
    .slide-title{
        font-size: 17px;
    }

    .descript{
        display: none;
    }
}

@media (min-width: 1000px) {
    .slider{
        height: 245px;
    }
}

@media (min-width: 1100px) {
    .slider{
        height: 269px;
    }

    .carousel-caption{
        height: 120px;
    }
    
    .slide-title{
        font-size: 17px;
    }

    .descript{
        display: block;
    }
}

@media (min-width: 1200px) {
    .slider{
        height: 305px;
    }

    .carousel-caption{
        height: 160px;
    }
}

@media (min-width: 1300px) {
    .slider{
        height: 318px;
    }
}

@media (min-width: 1400px) {
    .slider{
        height: 343px;
    }

    .slide-title{
        font-size: 19px;
    }
}

@media (min-width: 1500px) {
    .slider{
        height: 380px;
    }
}

@media (min-width: 1600px) {
    .slider{
        height: 393px;
    }
}

@media (min-width: 1700px) {
    .slider{
        height: 417px;
    }
}

@media (min-width: 1800px) {
    .slider{
        height: 440px;
    }
}

@media (min-width: 1900px) {
    .slider{
        height: 468px;
    }
}