@media (max-width:768px) {
    section#hero {
        background-attachment: initial;
        min-height: 50vh;
        padding-top: 40%;
    }

}