.hero{
    height: 80vh !important;
}
@media (max-width: 767px) {
    .hero{
        height: 60vh !important;
    }
}