

.container01 {
    display: none;
}

.container00 {
    width: 100%;
    position: absolute;
    margin-top: 20px;
}

#container11 {
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    height: 130px;
    padding: 10px;
    line-height: 120px;
}

#container11 img {
    width: auto;
    max-width: 120px;
    max-height: 100px;
    vertical-align: middle;
}


@media screen and (max-width: 995px) {

    .container00 {
        display: none;
    }

    .container01 {
        background-color: #fff;
        border-radius: 4px;
        display: block;
        padding: 5px;
        margin-bottom: 20px;
        height: 70px;
        line-height: 50px;
        text-align: center;
    }

    
    .container01 img {
        width: auto;
        max-width: 60px;
        max-height: 60px;
        vertical-align: middle;
    }

    .table01 {
        width: 100%;
        text-align: center;
    }

}