/*Before after home*/
.ba-home {
    max-height: 900px!important;
    height: 100%!important;
}

.ba-home img {
    max-height: 900px!important;
    height: 900px!important;
    object-fit: cover;
}

@media (max-width: 768px) {
    .ba-home {
        max-height: 700px!important;
    }
    .ba-home img {
        max-height: 700px !important;
        height: 700px !important;
    }
}
 
.ba-slider img[src*="before"] {
    filter: brightness(0.8);
}

.ba-slider img[src*="after"] {
    filter: brightness(0.8);
}