@media screen and (max-height: 890px) {
  .main-podium.podium-items {
    position: static;
    margin-top: -75px;
  }
}

@media screen and (max-height: 780px) {
  .tc-podium.podium-items {
    position: static;
    /* margin-top: -75px; */
  }
}
