.bestchild-responsive-defer,
.bestchild-responsive-defer__mount {
  display: contents;
}

@media (max-width: 575.98px) {
  .bestchild-hide-xs {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .bestchild-hide-sm {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .bestchild-hide-md {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .bestchild-hide-lg {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .bestchild-hide-xl {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .bestchild-hide-xxl {
    display: none !important;
  }
}
