
@media all and (min-width: 800px) {
    .spa-beauty .preview-item__picture {
        height: initial;
    }

    .preview-list__row.preview-listing {
        position: relative;
    } 
    .preview-list__row.preview-listing:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 100%;
        height: 172px;
        width: 150px;
        background: url("images/item-stones.png") no-repeat 0 0;
        background-size: cover;
        display: block;
        margin: -115px 0 0 -116px;
        opacity: 0.8;
        z-index: -1;
    }
}
