.fit-fill {
    object-fit: fill;
}
.fit-cover {
    object-fit: cover;
}
.fit-contain {
    object-fit: contain;
}
.horizontal_carousel_img {
    height: 176px;
    width: 240px;
}
.horizontal_carousel_img_top {
    height: 242px;
    width: 330px;
}
.horizontal-small-img {
    display: block !important;
    object-fit: cover;
    width: 210px;
    height: 154px;
}
.caroufredsel_wrapper_custom_top {
    width: 690px;
    height: 450px;
}
.db-important {
    display: block !important;
}
@media only screen and (max-width: 1070px) {
    .horizontal_carousel_img_top {
        height: 169px;
        width: 230px;
    }
    .caroufredsel_wrapper_custom_top {
        width: 490px;
        height: 319px;
    }
    .horizontal-small-img {
        width: 143px;
        height: 104px;
    }
}
@media only screen and (max-width: 767px) {
    .horizontal_carousel_img {
        height: 158px;
        width: 216px;
    }
    .horizontal_carousel_img_top {
        height: 158px;
        width: 216px;
    }
    .caroufredsel_wrapper_custom_top {
        width: 462px;
        height: 301.297px;
    }
    .horizontal-small-img {
        width: 134px;
        height: 98px;
    }

}

@media only screen and (max-width: 480px) {
    .horizontal_carousel_img {
        width: 300px;
        height: 220px;
    }
    .horizontal_carousel_img_top {
        height: 240px;
        width: 330px!important;
    }
    .caroufredsel_wrapper_custom_top {
        width: 300px;
        height: 195.641px;
    }
}

.main-image {
    width: 690px;
    height: 450px;
}
@media only screen and (max-width: 1000px) {
    .placeholder {
        display: none !important;
    }

    .dropdown-menu-clearfix {
        display: none !important;
    }
}
@media only screen and (max-width: 1024px) {
    .main-image {
        width: 490px;
        height: 320px;
    }
}
@media only screen and (max-width: 720px) {
    .main-image {
        width: 462px;
        height: 301px;
    }
}
@media only screen and (max-width: 450px) {
    .main-image {
        width: 300px !important;
        height: 191px !important;
    }
    .horizontal-small-img {
        width: 135px;
        height: 99px;
    }
}