
.photoblog {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.photoblog .item {

    /*margin-bottom:2em;*/

}

.photoblog .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height:90vh;
}

.photoblog .description {
    width:100%;
    font-size:0.75em;
    text-align: center;
    margin-bottom:3em;
}

.photoblog .item:nth-child(2) {
    /**margin-top:-4em;
    rotate:-1deg;*/
}
/*.photoblog .item:nth-child(3), .photoblog .item:nth-child(8) {
    rotate: 1deg;
}*/

.photoblog .item:nth-child(5n) {
    /*margin-bottom:-2em;*/
}
/*

.photoblog .item:nth-child(5n + 1) .description {
    display:flex;
    align-items: center;
}
*/

/*.photoblog .item:nth-child(7n) img {
    width:100%;
}

.photoblog .item:nth-child(even) {
    !*justify-content: flex-end;*!
}

.photoblog .item:nth-child(even) .description {
    order:-1;
    align-self: center;
}*/

.photoblog .item:last-child {
    margin-bottom:2em;
}

div.pages {
    width:100%;
}

div.pages span:nth-child(1) {
    float:left;
}

div.pages span:nth-child(2) {
    float:right;
}