body {
    background: #fff;
}

.photo-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    margin-right: -10px;
}

.photo-item {
    position: relative;
    width: 50%;
    padding-right: 10px;
}

.photo-cover {
    position: relative;
    padding-top: 100%;
}

.photo-cover .cover-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.photo-title {
    margin: 10px 0 2.5px;
}

.photo-count {
    margin-bottom: 10px;
}