@media screen and (min-width: 1360px) {}

@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
    /* STYLES HERE */
}

@media only screen and (max-device-width: 480px) {
    .header_banner {
        display: inline-block;
        min-height: 120px;
        background-position: left;
        width: 100%;
    }
    .banner-container a.title img,
    .banner-container a.logo img {}
    .banner-container a.logo img {
        width: 70px;
    }
    .header_banner .banner-title .title {
        font-size: 1.1rem;
    }
    .header_banner .bg-banner img,
    .header_banner.fixfull .bg-banner img {
        object-fit: cover;
        width: 100%;
        min-height: 120px;
        object-position: 0% 50%;
    }
    .header_banner.fixnotitle .bg-banner img {
        object-fit: contain;
    }
}