/* Add custom CSS styles below */ 
/* إخفاء الصور داخل القائمة في الجوال فقط */
@media (max-width: 768px) {
  .main-menu.mm-spn--open img {
    display: none !important;
  }
}