.gbgallerypic {
    width: 50%;
    padding-left: 0!important;
    padding-right:0!important;
    position: relative;
    text-align: center;
}
.gbgallerypic img {
    width: 100%;
}

.gbgalleryext {
    width: 50%;
    padding: 20px 80px;
}
.gbgalleryext H3 {
    text-align: center;
    padding: 10px 0 10px 0;
    text-transform: uppercase;
    Font-size: 28px;
}

.gbgalleryrow {
    clear: both;
    position: relative;
    transform: translate3d(-160px, 0px, 0px);
    width: 100vw;
    opacity: 1;
}

.gal-button {
    border: 1px #fff solid;
    padding: 6px 15px;
    background-color: rgba(255, 255 ,255, 0.4);
    position: absolute;
    z-index: 1;
    color: #fff;
    width: 120px;
    height: 40px;
    text-align: center;
    margin: auto;
    left: calc(100% / 2 - 60px);
    top:  calc(100% / 2 - 20px);
}
.gal-button a {
    color: #fff;
    text-transform: uppercase;
}
@media only screen and (max-width: 960px), (max-device-width: 960px) {
    #t4-footer {
        position: relative;
        width: 100vw;
        opacity: 1;
        left: 0px!important;
    }
    .gb-button {
        padding: 8px 30px!important;
    }

}

@media only screen and (max-width: 480px), (max-device-width: 480px) {
    .gbgalleryrow {
        transform: translate3d(0px, 0px, 0px);
        width: auto;
        display: block;
    }
    .gbheaderpic {
        margin: 0 40px;

    }
    .gbgalleryext H3 {
        Font-size: 20px;
    }
    .gbgallerypic {
        width: 100%; 
    }

}

/************************************************************************************
 tablet wide layout (481 - 960): arrange modules in 3 columns and 1 side bar
*************************************************************************************/
@media only screen and (min-width: 481px) and (max-width: 960px), (min-device-width: 481px) and (max-device-width: 960px) {
    .gbgalleryrow {
        transform: translate3d(0px, 0px, 0px);
        width: auto;
        display: block;
    }
    .gbgallerypic.jacl-col-12.jacl-col-sm-6,
    .gbgalleryext.jacl-col-12.jacl-col-sm-6 {
        width: 100%;
        max-width: 100%;
    }

}