.banner-image-list{ 
    width: 100%; height: 100%; 
}

/* list object */
/* 
.banner-image-list-content{
    width: 100%; height: 100%;
} */

.banner-image-list-object table{
    border-bottom:1px solid #cccccc;
}

.banner-image-list-object table tr td{
    border: none;
    text-align: center;
}
.banner-image-list-object .img{
    width:100%; 
    height:auto;
}

@media screen and (max-device-width: 500px) {
    .banner-image-list-object .img{
        width:100%;
    }
}

.banner-image-list-object .object-menu{
    height: 50px;
}

.banner-image-list-object .object-menu .btn{
    border: none;
}

.banner-image-list-object .object-menu .font-icon{
    font-size: 2rem;
    counter-reset: #333333;
}
.banner-image-list-object .object-menu .font-icon-disable{
    font-size: 2rem;
    color: grey;
}
