/* relate-container-style */

.relate-container{
    background-color: #eee;
    padding-top: 40px;
}


/* img-style */
.relate-posts-img {
    background-position: center;
    background-size: cover;
    width: 350px;
    height: 220px;
    flex: none;
    position: relative;
    padding: 10px;
    margin: auto;
}

/*effects*/

.relate-posts-img> .img-effects {
    background-position: center;
    background-size: cover;
    background-color:#000;
    width: 350px;
    height: 220px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; 
    text-align: center;
}
.relate-posts-img>.img-effects>img {
    width: 160px;
    height: 220px;
    margin: auto;
}
.relate-posts-img>.img-effects:hover {
    opacity: .7;
    animation: img-opacity .6s;
}
@keyframes img-opacity {
    from {
        opacity: .1;
    }
    to {
        opacity: .7;
    }
}




.relate-posts-title {
    position: relative;
    top:20px;
    bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #333;
    text-align: center;

}
.relate-posts-title>a{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #333;
    text-align: center;
}

.relate-posts-title>a:hover {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #00849a;
    text-align: center;
}

.relate-read {
    font-size: 1.5rem;
    padding: 5px;
    margin: 19px 10px;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    border-bottom-style: dashed;
}

/* media RWD */
@media (max-width:1199px) {
    .relate-posts-img {
        width: 290px;
        height: 220px;
    }

    .relate-posts-img>.img-effects {
        width: 290px;
        height: 220px;
    }

    .relate-posts-img>.img-effects:hover {
        width: 290px;
        height: 220px;
    }

    .relate-posts-img>.img-effects>img {
        width: 160px;
        height: 220px;
    }
}


/* media RWD */
@media (max-width:1024px) {
    .relate-posts-img {
        width: 290px;
        height: 220px;
    }
    .relate-posts-img>.img-effects {
        width: 290px;
        height: 220px;
    }

    .relate-posts-img>.img-effects:hover {
        width: 290px;
        height: 220px;
    }

    .relate-posts-img>.img-effects>img {
        width: 160px;
        height: 220px;
    }
}

@media (max-width:991px) {
    .relate-posts-img {
        width: 210px;
        height: 210px;
    }
    .relate-posts-img>.img-effects {
        display: none;
    }
}
@media (max-width:768px) {
    .relate-posts-img {
        width: 210px;
        height: 210px;
    }
}
@media (max-width:763px) {
    .relate-posts-img {
        width: 305px;
        height: 305px;
    }
}
@media (max-width:568px) {
    .relate-posts-img {
        width: 290px;
        height: 290px;
    }
}