@media screen and (max-width: 500px) {
  ._ntournament ._ncontainer {
    padding: 0 !important;
    margin: 0 -15px;
  }
}

@media screen and (max-width: 992px) {
  ._ntournament ._ncontainer {
    padding: 0 !important;
  }
}

@media screen and (max-width: 611px) {
  ._ntournamentItem__poster {
    width: 100%;
    height: auto !important;
  }
}

@media screen and (max-width: 768px) {
  ._ntournamentItem__heads:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 996px) {
  ._ntournament ._ntournament__left {
    width: 100% !important;
  }
}

._ntournamentItem__poster a.img.image-zoom-link {
  width: 100% !important;
}

._ntournamentItem__info .lobby_content {
  min-height: auto !important;
}
