.w-60 {width: 60% !important}
.w-65 {width: 65% !important}
.w-70 {width: 70% !important}
.w-80 {width: 80% !important}
.w-85 {width: 85% !important}
.w-90 {width: 90% !important}
.w-95 {width: 95% !important}
.w-98 {width: 98% !important}
.w-100 {width: 100% !important}
.w-auto {width: auto !important}

@media screen and (min-width: 576px) {
    .w-sm-60 {width: 60% !important}
    .w-sm-65 {width: 65% !important}
    .w-sm-70 {width: 70% !important}
    .w-sm-80 {width: 80% !important}
    .w-sm-85 {width: 85% !important}
    .w-sm-90 {width: 90% !important}
    .w-sm-95 {width: 95% !important}
    .w-sm-98 {width: 98% !important}
    .w-sm-100 {width: 100% !important}
    .w-sm-auto {width: auto !important}
}
@media screen and (min-width: 768px) {
    .w-md-60 {width: 60% !important}
    .w-md-65 {width: 65% !important}
    .w-md-70 {width: 70% !important}
    .w-md-80 {width: 80% !important}
    .w-md-85 {width: 85% !important}
    .w-md-90 {width: 90% !important}
    .w-md-95 {width: 95% !important}
    .w-md-98 {width: 98% !important}
    .w-md-100 {width: 100% !important}
    .w-md-auto {width: auto !important}
}
@media screen and (min-width: 992px) {
    .w-lg-60 {width: 60% !important}
    .w-lg-65 {width: 65% !important}
    .w-lg-70 {width: 70% !important}
    .w-lg-80 {width: 80% !important}
    .w-lg-85 {width: 85% !important}
    .w-lg-90 {width: 90% !important}
    .w-lg-95 {width: 95% !important}
    .w-lg-98 {width: 98% !important}
    .w-lg-100 {width: 100% !important}
    .w-lg-auto {width: auto !important}
}
@media screen and (min-width: 1200px) {
    .w-xl-60 {width: 60% !important}
    .w-xl-65 {width: 65% !important}
    .w-xl-70 {width: 70% !important}
    .w-xl-80 {width: 80% !important}
    .w-xl-85 {width: 85% !important}
    .w-xl-90 {width: 90% !important}
    .w-xl-95 {width: 95% !important}
    .w-xl-98 {width: 98% !important}
    .w-xl-100 {width: 100% !important}
    .w-xl-auto {width: auto !important}
}