.s-banner__video-bg {
    background-image: url('../../res/img/others/laser/sbg3.webp')!important;
}
@media screen and (max-width: 1300px) {
    .s-banner__video-bg {
        background-image: url('../../res/img/others/laser/sbg2.webp')!important;
    }
}
@media screen and (max-width: 790px) {
    .s-banner__video-bg {
        background-image: url('../../res/img/others/laser/sbg1.webp')!important;
    }
}
@media screen and (max-width: 400px) {
    .s-banner__video-bg {
        background-image: url('../../res/img/others/laser/sbg0.webp')!important;
    }
}


@media screen and (max-width: 767px) {
    .unical-laser-price-container-title {
        font-size: 25px;
    }
}