.related-posts{
    list-style: none;
    margin:0;
    padding:0;
    max-width:500px;
}

.related-posts li{
    list-style: none;
    display: inline-block;
    position: relative;
    width:100%;
}

.related-posts li img{
    width:100%;
    height:auto;
}