.menu img{
    height: 50px;
    padding: 4px;
  }
  .menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .category img{
    width: 100%;
  }
/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
  .logo{    
    height: auto !important;   
    /* width: 100% !important; */
    min-height: 50px;
    max-height: 200px;
  }
  .category img{
    width: 500px;
    max-width: 100%;
  }

}