.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.min-width-200{
  min-width: 200px;
}


@media screen and (min-width: 0px) and (max-width: 992px) {
  .w-sm-100 {
    width: 100% !important;
 }

 .w-sm-90 {
    width: 90% !important;
 }

 .w-sm-80 {
    width: 80% !important;
 }

 .w-sm-70 {
    width: 70% !important;
 }

 .w-sm-40 {
    width: 40% !important;
 }

 .w-sm-20 {
    width: 20% !important;
 }

 .w-sm-10 {
    width: 10% !important;
 }

}