/*----------SITEWIDE---------*/
/*MOBILE NAVIGATION*/
@media only screen and (max-width: 767px) {
    .navContent li .button {
        width: 60%;
        padding-right: 0 !important;
        padding-left: 0 !important;
        left: 0;
        right: 0;
        margin: auto;
    }
}

/*IMAGE GALLERY COLUMNS - MOBILE*/
@media only screen and (max-width: 480px) {
    .block_f1e8d003ba684432bb88a89acf7f4629 .imgGridItem {
    width: 50% !important;
    margin: auto !important;
    }
}