<style>
.t-popup .t-store__product-popup:after,
.t-store__product-snippet .t-container:after{
content: "";
background-image: url(https://static.tildacdn.com/tild6238-3730-4238-a531-383965336136/photo_53866853495913.jpg) , url(https://static.tildacdn.com/tild6462-3436-4866-b163-633735353934/photo_53866853495913.jpg);
width: 100%;
height: 530px;
display: block;
background-size: 55%, 50%;
background-repeat: no-repeat , no-repeat;
padding-top: 100px;
background-position: left top, right top;
}
@media screen and (max-width:960px){
.t-popup .t-store__product-popup:after,
.t-store__product-snippet .t-container:after{
width: 100%;
height: 1060px;
display: block;
background-size: 100%, 100%;
background-repeat: no-repeat , no-repeat;
padding-top: 100px;
background-position: left top, left bottom;
}
}
@media screen and (max-width:680px){
.t-popup .t-store__product-popup:after,
.t-store__product-snippet .t-container:after{
height: 150vw;
}
}
@media screen and (max-width:680px){
.t-popup .t-store__product-popup:after,
.t-store__product-snippet .t-container:after{
height: 160vw;
}
}
@media screen and (max-width:460px){
.t-popup .t-store__product-popup:after,
.t-store__product-snippet .t-container:after{
height: 155vw;
}
}
@media screen and (max-width:400px){
.t-popup .t-store__product-popup:after,
.t-store__product-snippet .t-container:after{
height: 145vw;
}
}
</style>