/* ---- Photo page ---- */
.photo-page-chinese-translation {
    color: #D1A577;
    font: 18px GoudyTrajan-Medium, Georgia, serif;
}

.photo-page h1 {
    font: 22px GoudyTrajan-Medium, Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
    padding-bottom: 18px;
    color: #D1A577;
}

.masters-photo-with-characters {
    display: flex;
    margin-left: auto;
}

.left-text-column, .right-text-column {
    display: inline-block;
    flex: 1;
}

@media all and (max-width: 640px) {
    .photo-page-chinese-translation {
        /*display: none;*/
    }

    .topoffset-six {
        padding-top: 20px;
        min-width: 50px;
    }
}