@media (max-width: 1199.9px) {
  .w-full-not-xl {
    width: 100% !important;
  }
  .mobile-screen {
    left: 0 !important;
  }
  .mobile-screen-media {
    will-change: transform;
    transform: translateX(0) !important;
  }
}
