.mobile-full-width {
    @media screen and (max-width: 767px) {
        width: 100% !important;
    }
}