/* 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; 
    }
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem,
    .blockContent.cols4 .imgGridItem, 
    .blockContent.cols5 .imgGridItem{
        width: 100%;
        margin: 0;
        padding: 10px;
    }
    .cols4 .imgGridItem .imgHover-content {
        display: block!important;
    }
    
}
@media only screen and (max-width: 1024px) {
    
    .blockWrap_adc10ce9abe94cc48d06f46a2827d106,
    .blockWrap_e329b913a7854c658258dd69b0987f5c,
    .blockWrap_ee3ed16ceb444fb692c8e770ac4f63ff{
        background-position: center !important;
}
    .blockWrap_e979e3723f934e129e24c902269571f7 {
        background-position: right !important;
    }
}