.brand-crop {
  display: flex;
  width: 156px;
  height: 42px;
  align-items: center;
  overflow: visible;
}

.brand-crop img {
  display: block;
  width: 156px;
  height: auto;
  max-width: 100%;
  transform: none;
  filter: none;
}

@media (max-width: 767px) {
  .brand-crop {
    width: 126px;
    height: 36px;
  }

  .brand-crop img {
    width: 126px;
    height: auto;
    transform: none;
  }
}
