.game_table {
    height: 553px;
    width: 965px;
    -webkit-transform-origin: top left;
    transform-origin: top left;
}
.game_view {
    max-width: 965px;
    margin: 0 auto;
}
@media (max-width: 480px) {
    .game_table {
        transform: scale(0.42);
        height: 553px;
    }
    .game_view {
        height: 237px;
    }
}

@media screen and (max-width: 400px) {
    .game_table {
        transform: scale(0.38);
        height: 553px;
    }
    .game_view {
        height: 215px;
    }
}

@media screen and (max-width: 390px) {
    .game_table {
        transform: scale(0.405);
        height: 553px;
    }
    .game_view {
        height: 228px;
    }
}