
/* DESKTOP */
@media screen and (min-width: 981px) {
    .eat-sip-desktop { display: block; }
    .eat-sip-mobile  { display: none; }
}

/* MOBILE */
@media screen and (max-width: 980px) {
    .eat-sip-desktop { display: none; }
    .eat-sip-mobile  { display: block; }
}

