@media (min-width: 1200px) and (max-width: 1399.98px) {
    a.navbar-brand img {
        width: 265px;
        height: auto;
    }
    
    .navbar-brand-web a {
        font-size: 15px;
    }
    
    li.nav-item a.nav-link {
        padding: 0 6px !important;
    }
    
    figure.banner-right-img {
        width: 65%;
        height: 100%;
        right: 30px;
    }
    
    figure.banner-right-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left;
    }
    
    .home-banner {
        overflow: hidden;
    }
}