.gbcontentpic {
    width: 50%;
    padding-left: 0!important;
    padding-right:0!important;
}
.gbcontentpic img {
    width: 100%;
}

.gbcontentext {
    width: 50%;
    padding: 20px 80px;
}
.gbcontentext H3 {
    text-align: center;
    padding: 10px 0 10px 0;
    text-transform: uppercase;
    Font-size: 28px;
}

.gbcontentrow {
    clear: both;
    position: relative;
    transform: translate3d(-140px, 0px, 0px);
    width: 100vw;
    opacity: 1;
    display: flex;
    align-items: center;
}

.gbheaderpic {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0px;

}
.gbreadmore {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
    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) {
    .gbcontentrow {
        transform: translate3d(0px, 0px, 0px);
        display:block;
    }
    .gbcontentpic {
        float: none!important;
        width: 100%;
    }

    .gbheaderpic {
        margin: 0 40px;
    }
    .gbcontentext H3 {
        Font-size: 20px;
    }
    .gbcontentext {
        float: none!important;
        width: 100%;
        padding: 20px 40px;
    }

}

/************************************************************************************
 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) {
    .gbcontentrow {
        transform: translate3d(0px, 0px, 0px);
    }
    .gbcontentpic.jacl-col-12.jacl-col-sm-6,
    .gbcontentext.jacl-col-12.jacl-col-sm-6 {
        width: 100%;
        max-width: 100%;
    }

}