@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    :root {
        --highlight-color: #ff9800;
        --width-view: auto;
    }

    body {
        overflow-x: hidden;
    }

    .account-mobile {
        display: block;
        width: 30px;
        height: 30px;
    }

    #account, .view-notification {
        display: none;
    }

    #account {
        width: 30px !important;
        height: 30px !important;
    }

    #account img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .div-header-master, .row.container-search-menu {
        display: none !important;
    }

    .item-banner img {
        width: 300px !important;
        height: 159px !important;
        object-fit: cover;
    }

    .slick-active .banner-caption {
        padding-top: 5px !important;
    }

    .slick-initialized .slick-slide {
        min-height: 210px !important;
    }

    .banner-caption-name {
        width: 300px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .navigation {
        padding: 0 !important;
    }

    .content-view {
        height: calc(100% - 50px);
    }

    .div-header-master-mobile {
        display: inline-block;
        background: #2196f3;
        width: 100%;
        padding: 10px;
        height: 50px;
        position: relative;
    }

    .div-header-master-mobile .logo-sidenav {
        width: 30px;
        height: 30px;
        display: inline-block;
        background: white;
        border-radius: 4px;
    }

    .patten-menu-view {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        object-fit: cover;
        height: 50px;
        max-width: 100%;
    }

    .application-name {
        font-size: 30px;
        line-height: 1;
        color: white;
    }

    .header-sidenav {
        width: 100%;
        display: inline-block;
        position: relative;
        border-bottom: 1px solid #ccc;
        padding: 10px;
    }

    .header-sidenav .application-name {
        float: right;
        color: black;
        font-size: 20px;
    }

    .header-sidenav img {
        width: 25px;
        height: auto;
        object-fit: cover;
        object-position: center;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        background-color: white;
        overflow-x: hidden;
        transition: 0.5s;
        display: block;
    }

    .sidenav a:hover {
        color: var(--highlight-color);
        font-weight: 700 !important;
    }

    .sidenav .closebtn {
        display: inline-block;
        position: relative;
        color: black;
        font-size: 25px;
        float: left;
    }

    .sidenav .closebtn:hover {
        background: transparent;
        color: black !important;
    }

    .sidenav .typeahead__query .js-search-global {
        border: 1px solid #ccc !important;
    }

    .sidenav .typeahead__query img {
        width: 28px;
        height: 28px;
        right: 3px;
        top: 3px;
        transition: 0.3s;
        cursor: pointer;
        position: absolute;
        background: #f4f4f4;
        border-radius: 50%;
        text-align: center;
        padding: 5px;
        object-fit: cover;
        object-position: center;
    }

    .sidenav .div-main-menu {
        border-top: 1px solid #ccc;
    }

    .list-item-menu-sidenav {
        width: 100%;
        display: inline-block;
        position: relative;
    }

    .list-item-menu-sidenav a {
        display: block;
        width: 100%;
        float: left;
        color: #333;
        font: 400 16px/18px arial !important;
        border-bottom: 1px solid #e7e7e7;
        padding: 10.5px 0;
    }

    .list-item-menu-sidenav .active-side a {
        font-weight: 700 !important;
        color: var(--highlight-color);
    }

    .open-menu {
        width: 100%;
    }

    @media screen and (max-height: 450px) {
        .sidenav {padding-top: 15px;}
        .sidenav a {font-size: 18px;}
    }

    .btn-show-navigation-menu {
        cursor:pointer;
        float: left;
        color: white;
        font-size: 25px;
    }

    .sidenav .contact-bandrone {
        position:absolute;
        bottom: 0;
        left: 0;
    }
}
