.featured-top {
    padding: 0px;
    margin-top: 15px;
    background: inherit;
    border: none;
    text-align: left;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-shadow: none;
}

.featured-top .block .content {
    margin:0px;
    padding: 11px 20px;
    background-color: #f3fbfd;
    height: calc(100% - 40px);
}

.featured-top .block > h2 {
    background-color: #535c6d;
    text-transform: capitalize;
    color:#fff;
    padding: 13px 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* random doujin */
.featured-top .block-views-blockrandom-doujin-block-1 h2,
.featured-top .block-views-blockrandom-doujin-second-block-1 h2{
    box-shadow: 3px 3px #b9bdc5;   
}

.featured-top .block-views-blockrandom-doujin-block-1 .content,
.featured-top .block-views-blockrandom-doujin-second-block-1 .content{
    padding: 0px;
    background: rgba(0, 0, 0, 1);
    box-shadow: 3px 3px #b9bdc5;   
}

.featured-top  .random-doujin img,
.featured-top  .random-doujin-second img{
    width: 100%;
}

.featured-top  .random-doujin,
.featured-top  .random-doujin-second{
    position: relative;
}

.featured-top  .random-doujin::after{
    content: url('../../img/icons/daily_free.png');
    position: absolute;
    right: 0px;
    top: 0px;
}
.featured-top  .random-doujin .random-doujin-title,
.featured-top  .random-doujin-second .random-doujin-second-title{
    width: 100%;
    position: absolute;
    bottom: 3px;
    padding: 25px 15px 10px;
    background: linear-gradient(
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.8),
        rgba(0, 0, 0, 1)
    )
}
.featured-top  .random-doujin .random-doujin-title a,
.featured-top  .random-doujin-second .random-doujin-second-title a{
    color: #ffffff;
    font-weight: bold;
}