/* for mediam device */
@media only screen and (max-width: 815px) {
    .home-page .home{
        height: 450px;
    }
    .home-page .home .description{
        width: 80% !important;
        font-size: 14px;
    }
    .nostalgia p{
        font-size: 14px;
    }
    .payment-box .card-img{
        left: 70% !important;
    }
    .home .home-overly .wrap{
        width: 90% !important;
    }
    .home .home-overly img{
        width: 300px !important;
        margin-bottom: 20px;
    }
    
}

/* for mobile device */

@media only screen and (max-width: 415px){
    .home-page .home{
        height: 550px;
    }
    .home-page .home .description{
        width: 100% !important;
        font-size: 12px;
    }
    .nostalgia p{
        font-size: 12px;
    }
    .live-page iframe{
        width: 100%;
        height: 400px;
    }
    .live-page .card{
        height: 350px;
    }
    .payment-box .card-img{
        display: none;
    }
    #global .w-50,
    #bank .w-50{
        width: 100% !important;
    }
    .home .home-overly .wrap{
        width: 100% !important;
    }
    .home .home-overly img{
        width: 250px !important;
        margin-bottom: 20px;
    }
}
