.content-box {
        width: 100% !important;
    }

@media (min-width: 992px) {
    .content-box{
        width: 100% !important;
    }
}