@media screen and (max-width: 999px) {
.nmc-logo{
    width: 180px;
}
.container-fluid.cover-slider {
    top: 72px;
    position: relative;
    padding-bottom: 100px!important;
    /* border-bottom: 1px solid #DFE4FD; */
    margin-bottom: 100px!important;
}
.img-slider {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    padding-right: unset;
}
.caption-slider .img-slider-item-caption{
    padding: 40px;
}
.slider-container {
    background-image: linear-gradient(to left, rgb(255 255 255 / 66%), rgb(255 255 255))
}
.row.row-slider {
    height: 500px;
}
h1.display-1.mb-4.slideInDown{
    font-size: 35px!important;
}
#header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    left: 0;
    height: unset;
    object-fit: unset;
    top: 0;
}

.owl-carousel .owl-item img {
    height: unset;
    width: 250px;
    margin: 0 auto;
}
.custom_web_modal {
    width: 90%;
}
}