.googleMaps{
    width: 100%;
    height: 24em;
}
.bbTable, .bbImage{
    max-width: 100%;
}

#linkTable{
    margin-top: 0.8em;
}
#linkTable > .evoPanelInca > .evoButtonImg, #linkTable > .evoPanelInca > a > .evoButtonImg{
    max-width: 100% !important;
    width: 100%;
}

#newsAll > div > label{
    margin-bottom: 0;
}


/*yt*/
@media all and (orientation:landscape){
    .displayGrid{
        display: grid;
        grid-template-columns: 66% 33%;
        grid-gap: 0.8em;
    }
    .displayGrid50{
        grid-template-columns: 1fr 1fr;
    }
}
/*dik*/
@media all and (orientation:portrait) {
    .displayGrid{
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 0.8em;
    }
    .disableMobile{
        display: none;
        visibility: hidden;
    }
}