#featured-posts6 {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.featured-posts-single-slide6 {
    transition: opacity 0.6s ease-in-out;
    display: flex;
    flex-wrap: wrap;
    width: 10%;
}

.featured-post6 {
    position: relative;
    width: 33.33%;  
    padding: 1px;  
    margin-bottom: 1px;  
    box-sizing: border-box;
}

 
.post-link6 {
    display: block;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-decoration: none;
}

.featured-post-inner6 {
    height: 180px;  
    position: relative;
    line-height: 0;
    color: #FFF;
    background-position: center;
    background-size: cover;
}

.featured-title6 {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-shadow: 0 1px 3px rgba(0,0,0,0.25);
    padding: 1px;  
    transition: all 0.3s ease-in-out;
    background-color: rgba(0,0,0,0.7);
    opacity: 0;
    box-sizing: border-box;
}

.featured-title6 h2 {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}

 
.featured-title6 h2 a {
    color: #fff;
    text-decoration: none;
}

.featured-post6:hover .featured-title6 {
    opacity: 1;
}
 
@media only screen and (max-width: 670px) {
    .featured-post6 {
        width: 50%;  
    }
    
    .featured-post-inner6 {
        height: 150px;
    }
    
    .featured-title6 h2 {
        font-size: 14px;
    }
}

@media only screen and (min-width: 671px) {
    .featured-title6 {
        opacity: 1;
    }

    .featured-post6:hover .featured-title6 {
        opacity: 1;
    }
}