.view-product-blue{
    position: relative;
}
.b-product-info {
    position: relative;
    z-index: 2;
}
.view-product-blue .product-scene_top-left {
    display: block;
    pointer-events: none;
    position: absolute;
    width: 500px;
    height: 500px;
    top: 0;
    left: 0;
    background-image: url(/static/f/product/131/list.png);
    background-position: top left;
    background-size: auto;
    background-repeat: no-repeat;
}
.view-product-blue .product-scene_top-right {
    display: block;
    pointer-events: none;
    position: absolute;
    width: 511px;
    height: 800px;
    top: 0;
    right: 0;
    background-image: url(/static/f/product/131/peach.png);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 1200px) {
    .view-product-blue .product-scene_top-left{
        display: none;
    }
    .view-product-blue .product-scene_top-right{
        display: none;
    }
}
