.theme-banner-logo {
  display: none;
}

html[data-tambola-theme="sookilo-draft"] body[data-page="player"] .theme-banner-logo {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 4%;
  display: block;
  width: auto;
  height: 92%;
  max-width: 54%;
  object-fit: contain;
  object-position: left center;
  transform: translateY(-50%);
  filter: drop-shadow(0 5px 10px rgb(0 0 0 / 55%));
}

@media (width <= 700px) {
  html[data-tambola-theme="sookilo-draft"] body[data-page="player"] .theme-banner-logo {
    left: 3%;
    height: 90%;
    max-width: 48%;
  }
}
