
/* IGA ORIGINAL LOGO LOCK — one canonical brand mark across every page */
.site-header .logo img,.head .logo img,.logo img{
  display:block;
  width:300px !important;
  max-width:70vw !important;
  height:auto !important;
  object-fit:contain;
  image-rendering:auto;
}
@media(max-width:700px){
  .site-header .logo img,.head .logo img,.logo img{
    width:270px !important;
    max-width:78vw !important;
  }
}
