@media screen and (max-width: 619px) {
.p4-products .hide-mobile {
display: none;
}
} @media screen and (min-width: 620px) {
.p4-products .hide-desktop {
display: none;
}
}