/* carousel 1*/
.carousel-slider {
    height: 100% !important;
    width: auto;
    position: relative;
}

.carousel img {
    width: 100%;
    height: 100%;
}

@media(max-width:992px) {

    .carousel-slider {
        height: 75% !important;
        margin-bottom: -200px;

    }
}