@media screen and (min-width:1401px) {
    .hide-dsk {
        display: none !important;
    }
}
@media screen and (min-width:1101px) and (max-width:1400px) {
    .hide-lpt {
        display: none !important;
    }
}
@media screen and (min-width:901px) and (max-width:1100px) {
    .hide-tab-lnd {
        display: none !important;
    }
}
@media screen and (min-width:769px) and (max-width:900px) {
    .hide-tab-prt {
        display: none !important;
    }
}
@media screen and (min-width:601px) and (max-width:768px) {
    .hide-mbl-lnd {
        display: none !important;
    }
}
@media screen and (max-width:600px) {
    .hide-mbl-prt {
        display: none !important;
    }
}