/* Item */
.item.photo .thumbnail {
    padding-top: 0;
}
.item.photo .thumbnail .wrapper {
    position: static;
}
.item.photo .thumbnail .wrapper img {
    position: static;
}


/* Results */
#collection .total {
    margin-top: var(--default-spacing);
}
#collection .items {
    margin-top: var(--default-spacing);
}


/* Rights */
#collection > header .rights {
    margin-top: var(--big-spacing);
    max-width: 800px;
}
#collection > header .rights .open {
    color: var(--current-color);
    display: inline-block;
}
#collection > header .rights.expanded .open,
#collection > header .rights .wrapper {
    display: none;
}
#collection > header .rights .open,
#collection > header .rights.expanded .wrapper {
    display: block;
}
#photo .content .main header .subtitle {
    margin-top: var(--default-spacing);
}
#collection > header .rights .wrapper {
    position: relative;
}
#collection > header .rights .wrapper {
    position: relative;
}
#collection > header .rights .wrapper .close {
    right: 0;
    top: 0;
}


#photo aside .media img {
    width: 100%;
}