_lazy-failure.css 260 Bytes
.order-failure {
    background-image: resolve('lazy-failure/order-good.jpg');
    background-size: 100%;
}

.good-failure {
    background-image: resolve('lazy-failure/order-good.jpg');
    background-size: 132px !important;
    background-position-x: 40%;
}