
/* SMART PHONE */
@media (max-width: 600px) {
    .hide_small {
        display: none;
    }
    .hide-small {
        display: none;
    }
    .logo_banner {
        display: none;
    }
    .bm-full-container {
        top: 40px!important;
    }
}

/* VERY SMALL */
@media (max-width: 500px) {
    .br-table-icon {
        display: none;
    }
    .hide_very_small {
        display: none;
    }
    .hide-very-small {
        display: none;
    }
}


/* SMALL SCREEN OR TABLET */
@media (min-width: 600px) and (max-width: 750px) {
    .hide_small {
        display: none;
    }
    .hide-small {
        display: none;
    }
    .ifop_logo {
        max-height: 50px;
    }
    .banner-logo {
        max-height: 60px!important;
    }
    .bm-full-container {
        top: 135px!important;
    }
    .hide-medium {
        display: none;
    }
}

/* MEDUIM SCREEN OR TABLET */
@media (min-width: 750px) and (max-width: 900px) {
    .hide-medium {
        display: none;
    }
}
