.ol-recent-shots {
    margin: 20px -12px 0;
}

.ol-recent-shots:after,
.ol-recent-shots:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
}

.ol-recent-shots:after {
    clear: both;
}

.ol-recent-shots .__shot {
    display: block;
    float: left;
    width: 50%;
    max-width: 400px;
    margin-bottom: 24px;
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    transition: opacity 0.25s ease-in-out;
}

.ol-recent-shots .__shot:nth-of-type(odd) {
    clear: both;
}

.ol-recent-shots .__shot:hover,
.ol-follow-btn:hover {
    opacity: 0.9;
}

.ol-recent-shots .__shot-link {
    display: block;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    border-radius: 3px;
    background: #fff;
    color: #a9a9a9;
}

.ol-recent-shots .__img,
.ol-recent-shots .__views,
.ol-recent-shots .__comments,
.ol-recent-shots .__likes {
    display: inline-block;
    line-height: 26px;
    margin-right: 8px;
    margin-top: 2px;
}


.ol-recent-shots .__views img,
.ol-recent-shots .__comments img,
.ol-recent-shots .__likes img {
    width: 11px;
    margin-top: -3px;
    position: relative;
}

.ol-recent-shots .__img {
    display: block;
    box-shadow: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.ol-follow-btn {
    display: block;
    overflow: hidden;
    border-radius: 3px;
    background: #fff;
    height: 40px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: opacity 0.25s ease-in-out;
}

.ol-follow-btn .__dribbble-icon {
    display: inline-block;
    float: left;
    border-right: 1px solid #f5f5f5;
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

.ol-follow-btn .__dribbble-icon img {
    width: 19px;
    margin-top: -4px;
}

.ol-follow-btn .__btn-title {
    display: inline-block;
    padding: 0 15px;
    color: #444;
    font-size: 11px;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
}

.ol-follow-btn .__followers-count {
    color: #bfbfbf;
    font-weight: bold;
    font-size: 12px;
    float: right;
    line-height: 40px;
    padding-right: 16px;
}

.ol-follow-btn .__followers-count img {
    width: 12px;
    margin-top: -2px;
    position: relative;
}