#recommend * {
    box-sizing: border-box;
}

#recommend > div {
    display: block;
    position: absolute;
    z-index: 0;
    margin: 0;
    padding: 0;
    border: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
}

.nextstory {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 1em;
    border: none;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    height: 2em;
    font-size: 0.8em;
    line-height: 2em;
    color: #fff;
    background-color: #f00;
    text-align: center;
}

.videobox {
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    line-height: 0;
}
.videobox .promotion, .videobox .promotion + canvas {
    width: 100%;
    height: auto;
}
.videobox .title {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 34% 1em 3%;
    color: #fff;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)); 
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 1px  1px 1px #000,
                -1px  1px 1px #000,
                    1px -1px 1px #000,
                -1px -1px 1px #000;
}

.titlebox {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 0 1.6em;
    border: none;
    width: 100%;
}
.titlebox .trialreading {
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: 3%;
    bottom: 0;
    max-width: 60%;
    height: 2.5em;
    margin: 0 0 10px 0;
    padding: 0 1.5em;
    border: none;
    border-radius: 0.5em;
    font-size: 1em;
    line-height: 2.5em;
    color: #fff;
    background-color: #f80;
    box-shadow: 5px 5px 5px rgba(255,128,0,0.4);
}
.titlebox .cover {
    position: absolute;
    z-index: 1;
    left: 67%;
    bottom: 0;
    width: 30%;
    height: auto;
    margin: 0 0 10px 0;
    padding: 0;
    border: none;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}

.description {
    overflow: hidden;
    margin: 0;
    padding: 0 0.5em;
    border: none;
    width: 100%;
    font-size: 0.8em;
}

.relativebox {
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 2em 0 0;
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.8) 1em, rgba(255,255,255,1) 2em, rgba(255,255,255,1));
}
.relativebox .otherworks {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 1em;
    border: none;
    width: 100%;
    height: 2em;
    font-size: 0.8em;
    line-height: 2em;
    color: #fff;
    background-color: #57855D;
    text-align: center;
}
.relativebox .coverlist {
    display: table;
    position: relative;
    margin: 0;
    border: none;
    width: 100%;
}
.relativebox .coverbox {
    display: table-cell;
    position: relative;
    overflow: hidden;
    width: 32%;
    height: 100%;
    margin: 0;
    padding: 5px 0 10px;
    border: 0;
    vertical-align: middle;
    text-align: center;
    line-height: 0;
}
.relativebox .coverbox .cover {
    width: 90%;
    height: auto;
    margin: 1%;
    padding: 0;
    border: none;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
