
.haiqu-logo {
    background: #777;
    border-right: 3px solid black;
    border-bottom: 3px solid black;
}

.haiqu-logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}


.photo-list {
    overflow-y: auto;
}

.photo {
    padding-bottom: 30px;
}

.photo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fullscreen-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    border: 9px solid black;
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.fullscreen-image img {
    image-orientation: from-image;
}


.caption {
    padding: 5px;
}

.caption:before {
    content: ">> ";
}

.caption a {
    color: #777;
    font-size: small;
}

.caption a:hover {
    color: black;
}

.footer {
    text-align: center;
}

.footer a {
    color: #777;
    
}

.footer a:hover{
    color: black;
}
