.width-100 {
    width: 100%;
}


/* Мобильная версия */
@media (max-width: 576px) {
    .width-100-when-mobile {
        width: 100%;
    }
}