.case_game {
    background-image: url(/static/customer/images/about_bg_4.jpg);
    background-size: 100% 100%;
    position: relative;
    width: 100%;
}

.case_li li {
    height: auto;
}



.img_container {
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #fff;
    overflow: hidden;
}

.img_container img {
    width: 100%;
    padding: 0 5%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.img_text {
    width: 100%;
    height: 50px;
    font-size: 30px;
    user-select: none;
}