/*** Before and after slider - Global settings ***/
.beforeAfter img {
    max-width: unset !important;
}
.beforeAfter div:last-of-type > div > div {
    height: 90px !important;
    width: 90px !important;
}
.beforeAfter div:last-of-type > div > div > i {
    position: absolute;
    height: 20px;
    width: 12px;
    top: 50%;
    border: none !important;
    background-image: url('assets/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 !important;
    padding: 0 !important;
}
.beforeAfter div:last-of-type > div > div > i:first-of-type {
    left: 30%;
    right: unset;
    transform: translate(-50%, -50%) scaleX(-1) !important;
    filter: FlipH;
    -ms-filter: "FlipH";
    filter: FlipH;
    -ms-filter: "FlipH";
}
.beforeAfter div:last-of-type > div > div > i:last-of-type {
    left: unset;
    right: 18%;
    transform: translate(-50%, -50%) rotate(0deg) !important;
}
@media(max-width: 1199.98px) {
    .beforeAfter div:last-of-type > div > div {
        height: 60px !important;
        width: 60px !important;
    }
    .beforeAfter div:last-of-type > div > div > i {
        height: 13px;
        width: 9px;
    }
}
@media(max-width: 575.98px) {
    .beforeAfter div:last-of-type > div > div {
        height: 45px !important;
        width: 45px !important;
    }
    .beforeAfter div:last-of-type > div > div > i {
        height: 10px;
        width: 6px;
    }
}