
/* Fixes some responsive issue regarding grapes template rendering */

 @media only screen and (max-width: 768px) {
    .gjs-cell {
        width: 100%;
        display: block !important;
        height: auto !important;
    }    
}

.gjs-row:after {    
    content: initial !important;    
}
.gjs-row:before {    
    content: initial !important;    
} 
