@media (max-width: 532px) {
    .col-top .col-box {
        background-image: url(/images/header-webhosting-mobile.jpg);
    }
}

@media (min-width: 533px) {
    .col-top .col-box {
        background-image: url(/images/header-webhosting-desktop.jpg);
    }
}
