Strong{
        font-family: futuracondensed,Arial,Verdana,sans-serif;
    font-style: normal!important;
    font-weight: 400!important;
    text-transform: uppercase!important;
    letter-spacing: .25em!important;
    font-size: 25px;
    line-height: 1;
    color:inherit!important;
}

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

.imgGridItem,
.itemImg{ 
    transition: all .2s ease-in-out;
    z-index:10;
            position: relative;

    }
.imgGridItem:hover,
.itemImg:hover{
    transform: scale(1.1); 
    z-index:11!important;
    }