/* MOBILE FULLWIDTH */
@media (max-width:768px){

    .banner[data-helper-title="Iklan Fullwidth #Atas"],
    .banner[data-helper-title="Iklan Konten #Bawah"]{

        width:100vw !important;
        max-width:100vw !important;

        margin-left:calc(50% - 50vw) !important;
        margin-right:calc(50% - 50vw) !important;

        border-radius:0 !important;

        display:block !important;

        box-sizing:border-box !important;
    }

}


