@media (min-width: 767px) and (max-width: 1025px) 
{ 
    .bg_glow1
    {
        display: none;
    }

    .bg_glow2
    {
        display: none;
    }

    .bg_glow3
    {
        display: none;
    }

    .bg_glow4
    {
        display: none;
    }

    .container
    {
        width: 100%;

        padding: 0 20px;
    }

    .title_section .game_title-body
    {
        align-items: flex-start;
        flex-direction: column;
    }

    .title_section .game_title-body .title_desc-block
    {
        width: auto;

        margin-bottom: 60px;
    }

    .title_section .game_title-body .other_info-block
    {
        width: auto;
    }

    .about_cheat__section .about-block
    {
        flex-direction: column;
        align-items: center;
    }

    .about_cheat__section .about-block .screenshot-block
    {
        margin-bottom: 40px;
    }

    .instruction_section .instruction-body
    {
        flex-direction: column;
        align-items: center;
    }

    .instruction_section .instruction-body .instruction-block
    {
        width: auto;

        margin-bottom: 50px;
    }

    .instruction_section .instruction-body .instruction-block .button-block
    {
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 425px) and (max-width: 767px) 
{
    .bg_glow1
    {
        display: none;
    }

    .bg_glow2
    {
        display: none;
    }

    .bg_glow3
    {
        display: none;
    }

    .bg_glow4
    {
        display: none;
    }

    .container
    {
        width: 100%;

        padding: 0 10px;
    }

    .title_section .game_title-body
    {
        align-items: flex-start;
        flex-direction: column;
    }

    .title_section .game_title-body .title_desc-block
    {
        width: auto;

        margin-bottom: 60px;
    }

    .title_section .game_title-body .other_info-block
    {
        width: auto;
    }

    .about_cheat__section .about-block
    {
        flex-direction: column;
        align-items: center;
    }

    .about_cheat__section .about-block .screenshot-block
    {
        margin-bottom: 40px;
    }

    .instruction_section .instruction-body
    {
        flex-direction: column;
        align-items: center;
    }

    .instruction_section .instruction-body .instruction-block
    {
        width: auto;

        margin-bottom: 50px;
    }

    .instruction_section .instruction-body .instruction-block .button-block
    {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 620px)
{
    .instruction_section .instruction-body .how_to_download-block .video-block video
    {
        width: 100%;
    }

    .about_cheat__section .about-block .screenshot-block .content .screenshot img
    {
        width: 100%;
        height: auto;
    }

    
    .about_cheat__section .about-block .gameplay-block .content .gameplay img
    {
        width: 100%;
        height: auto;
    }

    .instruction_section .instruction-body .how_to_download-block .video-block img
    {
        width: 100%;
        height: auto;
    }

    .instruction_section .instruction-body .how_to_download-block .video-block .bg2
    {
        width: 100%;
        height: 100%;
    }

    .about_cheat__section .about-block .gameplay-block .content .gameplay video
    {
        width: 100%;
    }

    .about_cheat__section .about-block .gameplay-block .content .gameplay .bg1
    {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 425px) 
{
    .bg_glow1
    {
        display: none;
    }

    .bg_glow2
    {
        display: none;
    }

    .bg_glow3
    {
        display: none;
    }

    .bg_glow4
    {
        display: none;
    }

    .container
    {
        width: 100%;

        padding: 0 10px;
    }

    .title_section .game_title-body
    {
        align-items: flex-start;
        flex-direction: column;
    }

    .title_section .game_title-body .title_desc-block
    {
        width: auto;

        margin-bottom: 60px;
    }

    .title_section .game_title-body .other_info-block
    {
        width: auto;
    }

    .about_cheat__section .about-block
    {
        flex-direction: column;
        align-items: center;
    }

    .about_cheat__section .about-block .screenshot-block
    {
        margin-bottom: 40px;
    }

    .instruction_section .instruction-body
    {
        flex-direction: column;
        align-items: center;
    }

    .instruction_section .instruction-body .instruction-block
    {
        width: auto;

        margin-bottom: 50px;
    }

    .instruction_section .instruction-body .instruction-block .button-block
    {
        display: flex;
        justify-content: center;
    }
}