.wb-show-all,
.wb-show-desktop-only,
.wb-show-tablet-up,
.wb-show-tablet-down,
.wb-show-tablet-only,
.wb-show-mobile-only {
  display: revert;
}


@media (max-width: 991px) {
  .wb-show-desktop-only {
    display: none !important;
  }
}


@media (max-width: 767px) {
  .wb-show-tablet-up {
    display: none !important;
  }
}


@media (min-width: 992px) {
  .wb-show-tablet-down {
    display: none !important;
  }
}


@media (min-width: 992px), (max-width: 477px) {
  .wb-show-tablet-only {
    display: none !important;
  }
}


@media (min-width: 478px) {
  .wb-show-mobile-only {
    display: none !important;
  }
}