.modal {
    padding: 0px !important;
    max-width: 70% !important;
    background: none !important;
    z-index: 10 !important;
}

.jquery-modal.blocker.current {
    z-index: 20;
}

.modal a.close-modal {
    background-image: url(../image/close\ icon.png) !important;
}

.video {
    max-width: 100%;
    height: 100%;
    z-index: 9;
}

.jquery-modal.blocker.current {
    z-index: 20;
}

.game_evolutions {
    display: flex;
    position: relative;
}

.game_evolutions img {
    position: absolute;
    bottom: 12px;
    left: 130px;
}

.header_background {
    background-image: url(../image/game-evolutions_header_background.jpg);
    background-size: cover;
    background-position: center;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content {
    color: white;
    display: flex;
    justify-content: center;
    text-align: center;
}

.game_content {
    background-color: #000000;
    display: flex;
    flex-direction: column;
    padding: 10% 2%;
    border: #898989 solid 15px;
    border-radius: 50px;
    max-width: 100%;
    margin: 8% 5%;
}

.game_content :first-child {
    padding-top: 0%;
}

.game_even {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10%;
    gap: 5%;
}

.game_image {
    width: 150%;
}

.game_image1 {
    width: 120%;
}

.game_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.game_info h2 {
    font-family: "Old Press", serif;
    font-size: 80px;
    color: #B61729;
    margin: 0;
    margin-bottom: 15px;
}

.game_info p {
    color: #ffffff;
    line-height: 1.8;
    margin: 0;
    font-size: 16px;
}

.next-page {
    position: absolute;
    right: 3%;
}

@media screen and (max-width: 1200px) {
    .header_background {
        min-height: 600px;
    }

    .game_info h2 {
        font-size: 70px;
    }
}

@media screen and (max-width: 1024px) {
    .header_background {
        min-height: 500px;
    }

    .game_even {
        flex-direction: column;
        margin-bottom: 5%;
    }

    .game_even:last-child {
        margin-bottom: 0%;
    }

    .game_image,
    .game_image1 {
        width: 100%;
        margin-bottom: 5%;
    }
}

/* Tablet */
@media screen and (max-width:797px) {
    .previous-page {
        margin-left: 4%;
    }
}

@media screen and (max-width: 768px) {
    .header_background {
        min-height: 400px;
    }

    .game_even {
        text-align: center;
    }

    .game_info {
        padding: 0% 5%;
    }

    .game_info h2 {
        font-size: 60px;
    }

    .game_info p {
        font-size: 14px;
    }
}

/* mobile */
@media screen and (max-width: 600px) {
    .header_background {
        background-image: url(../image/game-evolutions-header-bg-mobile.jpg);
        background-size: cover;
        background-position: center;
        min-height: 700px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .game_content {
        background-color: #1E201E;
        padding: 0%;
        border: none;
        border-radius: 0px;
        margin: 20% 0%;
    }

    .game_info {
        position: relative;
        padding-bottom: 15%;
    }

    .game_title {
        display: block;
        margin-bottom: 3%;
        text-align: center;
    }

    .game_info h2 {
        color: white;
        font-family: "Cormorant Infant", serif;
        font-size: 40px;
    }

    .game_info p {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .game_info h2 {
        font-size: 24px;
    }

    .game_info p {
        font-size: 12px;
    }
}