
.mod-home-hero img{
    width: 100% !important;
    height: 100vh !important;
    object-fit: cover;
    object-position: bottom center;
}

.slick-dots{
    position: absolute;
    margin-left: 3em;
    bottom: 2.75em;
    z-index: 9;
    list-style: none;
    padding: 0;
    display: flex;
}
.slick-dots li{
    margin-right: 0.8em;
}
.slick-dots li button{
    display: block;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    width: 8px;
    height: 8px;
    border-radius: 16px;
    background: hsla(0, 0%, 100%, .7);
    border: 0;
    cursor: pointer;
}
.slick-dots li.slick-active button{
    background-color: #90ee90;
}

@media(max-width: 767px){
    .mod-home-hero{
        margin-top: 80px;
    }
    .mod-home-hero img{
        height: auto !important;
    }
}