/* placeholder */

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 989px) {
    .responsive #top .av-hide-on-tablet{display:none !important;}
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .responsive #top .av-hide-on-mobile, 
    .responsive #top .av-hide-on-tablet{display:none !important;}
}