#top_instagram {
display:block}

.top_ranking_photo {
    background: #fff;
    display: block;
}

span.recommned_photo {
    display: block;
    border: 5px solid #ededed;
    height: 200px;
    width: 200px;
    overflow: hidden;
    background: #fff;
    position:relative;
}

span.recommned_photo img {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width: 768px) { 
#top_history .top_history_in .top_history-list li {
    width: 28%;
    margin: 0 2% 15px;
}
}
