/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

.imgHover .imgHover-overlay .imgHover-content .contentTitle, .imgEffect .imgEffect-overlay .imgEffect-content .contentTitle{
    text-transform: uppercase!important;
        letter-spacing: .15em;
}

@media only screen and (max-width:767px){
    .cols4.imgMgn0 .imgGridItem {
    width: 100%!important;
}
    .cols4 .imgGridItem .imgHover-content{
        display:block;
    }
}