/* IE11 fixes - all rules prefixed with .ie */
/* Base CSS uses margin instead of gap (Chrome 55 compat), so gap fallbacks are built-in. */
/* Only IE-specific quirks below. */

/* jp_game: object-fit:cover fallback for IE11 */
.ie .jp_game li img {
    width: auto;
    height: 100%;
    max-width: none;
    object-fit: fill;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
