
#header{position: static;}

#home{
    max-height: calc(100vh - 125px);
    background-color: #ffffff;
}

#home div.container{
    margin-top: 25px ;
    margin-left: 25px;
    margin-right: 25px;
}

#home .homeslider{
    height: calc(100vh - 125px);
}
#home .homeslider img{
    height: calc(100vh - 125px);
    object-fit: cover;
}

#home .homeslider img.contain{
    object-fit: contain!important;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active{
    max-height: calc(100vh - 125px);
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}
