.hero-v1-logo-full{
  width:min(330px,52vw) !important;
  height:auto !important;
  max-height:92px !important;
  object-fit:contain !important;
  display:block !important;
}

.hero-v1-brand{
  display:flex !important;
  align-items:center !important;
  text-decoration:none !important;
}

.hero-v1-brand strong,
.hero-v1-brand span{
  display:none !important;
}

img[src*="logopizza.png"]{
  object-fit:contain !important;
}

@media(max-width:820px){
  .hero-v1-logo-full{
    width:min(280px,70vw) !important;
    max-height:80px !important;
  }
}

@media(max-width:520px){
  .hero-v1-logo-full{
    width:240px !important;
    max-height:72px !important;
  }
}
