.photo-main {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #eeeeee;
}

.photo-main .photo-main-left {
    flex: 1;
    padding-right: 20px;
}

.photo-main .photo-main-right {
    width: 200px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.photo-main .photo-tag-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 0 20px 0;
}

.photo-main .photo-tag {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    font-size:  1em;
    line-height: 1.42em;
    background-color: #f5f5f5;
    color: #222;
}

.photo-main .photo-tag.green {
    background-color: lightseagreen;
    color: #ffffff;
}

.photo-main .photo-title {
    line-height: 2.35em;
    font-weight: 500;
    font-size: 1.71em;
    color: #222;
    word-break: break-word;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.photo-main .photo-summary-wrap {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.photo-main .photo-summary-wrap span {
    color: #666;
    font-size:  1em;
    padding: 0 5px;
    position: relative;
}

.photo-main .photo-summary-wrap span:nth-child(n+2) {
    padding-left: 10px;
    border-left: 1px solid #eeeeee;
}

.photo-main .photo-main-right .photo-pic {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-size: cover;
}

.photo-list {
    padding: 10px;
}

.photo-list .photo-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.photo-list .photo-item + .photo-item {
    margin-top: 15px;
}

.photo-list .photo-item img {
    max-width: 100%;
}

.photo-list .photo-item p {
    font-size:  1em;
    color: #666666;
    padding: 10px 0;
}

.document-info-footer {
    padding: 10px;
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 768px) {
    .photo-main {
        flex-direction: column;
        align-items: center;
    }

    .photo-main .photo-main-left, .photo-main .photo-main-right {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {

}

@media screen and (min-width: 992px) and (max-width: 1200px) {

}

@media screen and (min-width: 1200px) {

}
