.brand-logo-tudor,
.brand-logo-baume,
.brand-logo-rolex,
.brand-logo-rcpo {
  display: grid;
  place-items: center;
  width: 88%;
  height: 78px;
  font-family: initial;
}

.brand-logo-tudor img {
  width: 150px;
  max-height: 72px;
}

.brand-logo-baume img {
  width: 185px;
  max-height: 58px;
}

.brand-logo-rolex img {
  width: 150px;
  max-height: 76px;
}

.brand-logo-rcpo {
  width: 92%;
  padding: 7px 12px;
  border-radius: 2px;
  background: #fff;
}

.brand-logo-rcpo img {
  width: 190px;
  max-height: 64px;
}

@media (max-width: 640px) {
  .brand-logo-tudor,
  .brand-logo-baume,
  .brand-logo-rolex,
  .brand-logo-rcpo {
    height: 61px;
  }

  .brand-logo-tudor img { width: 125px; }
  .brand-logo-baume img { width: 150px; }
  .brand-logo-rolex img { width: 120px; }
  .brand-logo-rcpo img { width: 156px; }
}
