
@media screen and (max-width: 1200px){
    .wax610d-banner-box {
        bottom: 0;
        width: 40%;
        right: 0;
    }
}
@media (min-width:1440px){
    .wax610d-banner-box {
        position: absolute;
        right: 3%;
        bottom: 7%;
        width: 30%;
        text-align: center;
    }
}