/* Breakpoint ≤600px */
@media (max-width: 600px) {
  .menu-item--poulet {
    transform: scale(1.20) !important;
    transform-origin: center bottom !important;
    margin-top: 15px !important;
    margin-left: -10px !important;
  }

  .menu-item--tenders {
    transform: scale(1.20) !important;
    transform-origin: center bottom !important;
    margin-top: -8px !important;
    margin-left: -10px !important;
  }

  .menu-item--wings {
    transform: scale(1.20) !important;
    transform-origin: center bottom !important;
    margin-top: -28px !important;
    margin-left: -10px !important;
  }

  .piquant-sauce-img {
    transform: scale(1.10) !important;
    transform-origin: center bottom !important;
    margin-top: -127px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}