  #lead-in{
    min-height: 135px;
}
/*Hero Text Overlap Fixes*/
@media only screen and (max-width:750px){
    .hero-text{
        top:30%;
    }
}