/* V2 Tournament rankings (match cards)
 * Kept separate from tailwind.css because some Tailwind utilities (e.g. opacity-60, aspect-video)
 * are not compiled into the current build.
 */

.teto-rankings-banner {
  aspect-ratio: 16 / 9;
}

@media (min-width: 1024px) {
  .teto-rankings-banner {
    aspect-ratio: 4 / 1;
  }
}

.teto-rankings-banner-img {
  opacity: 0.55;
}
