body {
    /*margin-top: 60px;*/
}

.bao-slot {
    background-image: url(/Image/MM/vongquay-mm.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /*padding: 45px 55px 10px 55px;*/
    position: relative;
    width: 400px;
    height: 400px;
}

.btn-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

#btn-play {
    width: auto;
    padding: 0;
}

    #btn-play img {
        width: 100px;
        height: auto;
        cursor: pointer;
    }

.slotwrapper {
    overflow: hidden;
    display: inline-block;
    border: 0px solid #fff;
    /*height: 200px;*/
    /*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);*/
    border-radius: 5px;
    /*background-color: red;*/
    /*background-image: url(/Image/MM/vongquay-mm.png);
    background-size: contain;
    background-repeat: no-repeat;*/
    margin-bottom: 20px;
    margin-top: 95px;
}

    .slotwrapper ul {
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
        float: left;
    }

    .slotwrapper ul {
        width: 150px;
        height: 150px;
        text-align: center;
    }

        .slotwrapper ul li {
            display: flex;
            /*align-items: center;*/
            justify-content: center;
            height: 100%;
        }

            .slotwrapper ul li img {
                vertical-align: top;
            }

.slot-name {
    font-size: 8px;
    color: #fff;
    width: 40%;
    min-height: 32px;
    margin: auto;
    margin-bottom: 1.7rem;
}

    .slot-name p {
    }

@media screen and (max-width: 1200px) {
    .slotwrapper {
        width: auto;
    }

        .slotwrapper ul {
            /*width: 100%;*/
        }
}

@media screen and (max-width: 768px) {
    .slotwrapper {
        /*height: 200px;*/
        /*width: 200px;*/
    }

        .slotwrapper ul {
            /*font-size: 150px;
            line-height: 150px;*/
        }

            .slotwrapper ul li {
                /*justify-content: normal;*/
            }
}

@media(max-width: 500px) {


    .bao-slot {
        height: 300px !important;
        zoom: 90%;
    }

    .slotwrapper {
        margin-top: 45px;
        margin-bottom: 0;
    }

    .slot-name {
        width: 28%;
        margin-bottom: 0.7rem;
    }
}

