.crp_related ul {
    float: none;
}
.crp_related li {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    list-style-type: none;
    margin: 0 !important;
    padding: 9px;
    width: 33.333%;
    float: none;
    display: inline-block;
    vertical-align: top;
    border: none !important;
}

.crp_related .crp_title {
    display:none;
}

.crp_related a {
    display: block;
    padding-bottom: 52%;
    float: none;
    position: relative;
    width: 100%;
    height: auto;
}

.crp_related img {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
}

.crp_related li:hover {
    background: #fff;
    border-color: #fff;
}

.IRPP_ruby .postImageUrl {
    background-position: top!important;
}

@media (max-width: 768px) {
    .crp_related li {
        width: 50%;
        padding: 4px;
    }
}

@media screen and (max-width: 480px) {
    .crp_related li {
        width: 100%;
    }
}

.lwptoc_item_number {
    color: #252525!important;
}