#wrapper {
    width: 94%;
    margin: auto;
}

.model {
    display: block;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    height: 0;
    padding-bottom: 34%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 0.4rem;
    position: relative;
}

a.model > div.hot_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 100;
}

    a.model > div.hot_mask > span {
        display: block;
        width: 100%;
        text-align: center;
        color: white;
    }

        a.model > div.hot_mask > span.namec {
            font-size: 0.45rem;
            font-weight: bold;
            margin-top: 0.7rem;
        }

        a.model > div.hot_mask > span.namee {
            font-size: 0.26rem;
            margin-top: 0.1rem;
        }