/*
Theme Name: Marcello Child
Theme URI: https://marcello.qodeinteractive.com
Description: A child theme of Marcello
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: marcello
Template: marcello
*/

#menu .qodef-e-main-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover; 
  display: block;
  height: 100%; 
  max-width: 450px;
  max-height: 450px;
}

#menu .qodef-grid-item img {
  clip-path: inset(8% 7% 6% 7% round 20px);
}