.game-background {
    background-image: url("../img/bg/game.jpg");
}
.atreia-background {
    background-image: url("../img/bg/atreia.jpg");
}
.asmodae-background {
    background-image: url("../img/bg/asmodae.jpg");
}
.elysea-background {
    background-image: url("../img/bg/elysea.jpg");
}
.abyss-background {
    background-image: url("../img/bg/abyss.jpg");
}

.maps-swiper {
    max-width: 1280px;
    margin: 0 auto;
}
.maps-swiper .swiper-slide {
    width: auto;
}
.maps-swiper .swiper-slide img {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.8);
}