@media (max-width: 1024px) {


}

@media (min-width: 1024px) {
    .row-upsell-bottom {
        margin-top: -60px;
    }

    .beforeafterlist {
        display: flex;
    }

    .beforeafterlist li {
        width: 33%;
        display: block;
    }

    .fixedtop_container {
        height: calc(100% - 650px);
        position: relative;
    }

    .fixedtop_container > div {
        position: sticky;
        top: 0px;
    }


}



