.inline-recirc {
    border-bottom: 1px solid #b4b4b4;
    border-top: 1px solid #b4b4b4;
    float: left;
    margin: 10px 0;
    padding: 10px 0;
    width: 100%;
}

.recirc-wrapper .recirc-image {
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: 130px;
    margin-right: 20px;
    width: 170px;
}

.recirc-wrapper .recirc-image a {
    display: block;
    height: 130px;
    width: 170px;
}

.recirc-wrapper .recirc-title {
    color: #444444;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 6px;
}

.recirc-wrapper .recirc-title a {
    color: #444444;
}

.recirc-wrapper .recirc-excerpt {
    line-height: 1.2;
}

.recirc-wrapper .recirc-read-more a {
    color: #ec1c24;
    font-style: italic;
}

@media screen and (max-width: 480px ) {
    .recirc-wrapper .recirc-image {
        margin-bottom: 10px;
        margin-left: 26.5%;
        margin-right: 26.5%;
        width: 47%;
    }
    .recirc-wrapper .recirc-title {
        margin-bottom: 7px;
    }
}