.media-slot {
  overflow: hidden;
}

.media-slot img,
.media-slot video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-slot {
  background: #080808;
}

.video-slot video {
  object-fit: contain;
}

.item-link {
  display: inline-block;
  margin-top: 1rem;
  color: #006f88;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: .2rem;
}

.item-link:hover {
  color: var(--ink);
}

.brand-thumb {
  text-decoration: none;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
  font-weight: 700;
  line-height: .9;
  letter-spacing: -.05em;
}

.brand-thumb span { text-transform: none; }
.brand-meio { background: #ed1c24; color: #fff; }
.brand-meio b { font-size: 1.3em; }
.brand-uol { background: #4b1678; color: #fff; font-size: 3.4rem; }
.brand-estadao { background: #fff; color: #111; font-family: Georgia, serif; }
.brand-ccc { background: #44126d; color: #fff; line-height: 1; }
.brand-fmu { background: #df123b; color: #fff; font-size: 3.2rem; }
.brand-futureprint { background: #009bc8; color: #fff; line-height: 1; }
.brand-folha { background: #fff; color: #111; font-family: Georgia, serif; line-height: 1; }
.brand-uniitalo { background: #062e62; color: #fff; font-size: 2.2rem; }
