/* Responsive Homepage Sections */

@media only screen and (max-width: 767px) {
#hero {
    padding-top: 150px;
    padding-bottom: 200px;
}
#ctarow {
    padding-top: 200px;
    padding-bottom: 150px;
}
}

/* Responsive CTAs */

@media only screen and (max-width: 767px) {
     .cols3.imgMgn0 .imgGridItem {
width: 100%
}
    .cols3 .imgGridItem .imgHover-content {
        display: block !important;
    }
}