.home-banner .flickity-slider .img-inner {
    position: relative;
    overflow: hidden;
}
.home-banner .flickity-slider .img-inner img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}
.home-collection .row .col {
    padding: 0;
}
.home-products .section-content > .row > .col {
    padding-bottom: 0;
}
.home-collection {
    padding-top: 0 !important;
}
.home-collection .banner .text-box {
    
padding: 4px 0 0 31px;
}
.home-collection .banner h3 {
    font-size: 31px;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 25px;
}
.home-collection .banner .button {
    background-color: transparent !important;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    padding: 0;
    margin-top: 3px;
    box-shadow: none;
    border: none;
}
.home-collection .banner .bg-fill {
    background-position: left 0 50%;
}
@media screen and (min-width: 1024px) {
    .home-banner .flickity-slider .img-inner {
        padding-top: calc(100vh - 90px) !important;
    }
}
@media screen and (max-width: 1023px) {
    .home-banner .flickity-slider .img-inner {
        padding-top: 60% !important;
    }
}
@media screen and (max-width: 549px) {
    .home-banner .flickity-page-dots .dot{
        height: 8px;
        width: 8px;
        border: 2px solid #111;
    }
}