/* Extra large devices (large desktops, 1400px and up) */

@media only screen and (min-width: 1400px) {
    .hero {
        height: 90vh;
    }

}

@media only screen and (min-width: 1900px) {
    /*.hero {*/
    /*    height: 70vh;*/
    /*}*/
    .hero .hero-svg {
        position: absolute;
        right: -5rem;
        width: 60%;
    }
}