.imgHome{
    width: 100%;
    height: 90%;
}
.before-after-container {
position: relative;
max-width: 1000px;
margin: auto;
overflow: hidden;
border-radius: 12px;
box-shadow: 0 5px 20px rgba(0,0,0,.15);
}

.before-after-container img {
width: 100%;
display: block;
}

.before-image {
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 100%;
overflow: hidden;
}

.before-image img {
width: 1000px;
max-width: none;
}

.slider {
position: absolute;
width: 100%;
bottom: 20px;
left: 0;
}
.before-after-container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 600px;
    margin: auto;
    overflow: hidden;
    border-radius: 12px;
}

.before-after-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.before-after-container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 600px;
    margin: auto;
    overflow: hidden;
    border-radius: 12px;
}

.before-after-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}