@media (max-width: 768px) {
    .slice .container {
        width: 100% !important;
        max-width: 100% !important;
    }

    .slice .container .row .col-sm-8 {
        width: 100% !important;
        max-width: 100% !important;
    }
}