#hero .overlay {
    background: linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.4) 100%) !important
}
#hero {
    height: 90vh !important;
}
.img-auto{
    width: auto  !important;
}
@media only screen and (max-width: 600px) {
    .tall-phone, .tall-phone img{
        max-height: 400px;
        width:100%;
    }
}