/* Mobile */
@media screen and (max-width: 619px) {
    .p4-products .hide-mobile {
        display: none;
    }
}

/* Desktop */
@media screen and (min-width: 620px) {
    .p4-products .hide-desktop {
        display: none;
    }
}