@media only screen and (min-width: 1024px) {
.hero .bg, .hero .row {
    height: 750px;
}
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
.hero .bg, .hero .row {
    height: 600px;
}
}