﻿.herobackgroud {
    background: url('/img/hero-desktop.svg') top;
}

@media (max-width: 425px) {
    .herobackgroud {
        background: url('/img/hero-mobile.svg') top;
    }
}
