@media all and (-ms-high-contrast:none)
{
    .gamesChoose__item { max-width: 24%; } /* IE10 */
    *::-ms-backdrop, .gamesChoose__item { max-width: 24%; } /* IE11 */
}
@supports (-ms-ime-align: auto) {
    /* Microsoft EdgeV13&14 CSS styles go here */
    .gamesChoose__item {
        max-width: 24%;
    }
}
@supports (-ms-ime-align:auto) and (-webkit-text-stroke:initial) {
  .gamesChoose__item{max-width:100% !important} /* edge 15+*/
}