.super-box div,.super-box img,.super-box span{
    padding: 0px;
    margin: 0px;
}
.super-box{
    overflow: hidden;
    background: #696969;
    display: inline-block;
    text-align: left;
}

.super-box .imgContent{
    vertical-align: middle;
    height: 145px;
    line-height: 145px;
    /*overflow: hidden;*/
}

.super-box .imgContent img{
    max-width: 100%;
    /*max-height: 100%;*/
    vertical-align: middle;
}

.super-box .foot{
    height: 0px;
    overflow: visible;
    width: 100%;
}

.super-box .foot{
    float: left;
}


.super-box .mask{
    height: 0px;
}

.super-box .super-box-mask>div{
    width: 100%;
    height: 150px;
    line-height: 150px;
    margin-top: -150px;
    text-align: center;
    background: #00000085;
    position: relative;
    display: none;
}

.show{
    display: block !important;
}