@media screen and (max-width: 1920px) {
    .ym_hero {
        width: 100%;
        height: 70vh;
        position: relative;
        background-size: cover;
        background-position: center center;
    }

    .ym_hero .small {
        font-size: 45px;
        font-family:'Vampiro One', sans-serif;
    }
}

@media screen and (max-width: 600px) {
    .ym_hero .small {
        font-size: 25px;
        font-family:'Vampiro One', sans-serif;
    }
}