/* 1937px - 9999px */
@media (min-width: 1919px) and (max-width: 9999px) {

    /* STYLE */
    .mobile {
        display: none;
    }
    .hero-background-img img {
        width: 150%;
        margin-left: -25rem;
        margin-top: -30rem;
    }
    /* STYLE */

}