.photoalbum,.documents{
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
}
.photoalbum_header,.documents_header{
    padding: 9.625rem 0 3.75rem;
    text-transform: uppercase;
    /*color: #fff;/**/
    text-align: center;
}
.photoalbum_header:after, .photoalbum_header:before,.documents_header:after, .documents_header:before {
    content: " ";
    display: table;
}

.photoalbum_content, .documents_content{
    padding: 2.8125rem 0;
    background-color: #D4D0C5;
    height: 100%;
    min-height: calc(100vh - 2.5rem - 106px);
}

.photoalbum_content > .row {
    /*max-width: 80rem;*/
}

.photoalbum > .section_header, .documents > .section_header {
    padding-top: 9.625rem;
    max-width: 100vw;
}

.column, .columns {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
}
.photoalbum_header h3, .documents_header h3{
    position: relative;
    margin-bottom: 0;
}
.photoalbum_header h3:before, .documents_header h3:before{
    content: "";
    left: 50%;
    width: 4.375rem;
    height: .25rem;
    margin-left: -2.1875rem;
    bottom: -.9375rem;
    background-color: hsla(0,0%,100%,.2);
    border-radius: 4px;
    position: absolute;
}

.albums_list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.albums_item{
    display: flex;
    flex-direction: column;
    min-width: 200px ;
    min-height: 200px ;
}

.albums_list > .albums_item {
    border: 3px solid #E25D34;
    border-radius: 7px;
    padding: .9375rem;
    margin-left: .75rem;
    margin-right: .75rem;
}

.albums_item .albums_item {
    margin-bottom: 0;
}

.albums_item video{
    max-width: 100%;
}
.albums_item_size{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.albums_item_size img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

.album_item_caption {
    margin: .625rem 0 0;
    line-height: .875rem;
}
.album_item_comments, .album_item_creation, .album_item_quantity, .album_item_title {
    font-size: .75rem;
}

.album_item_title {
    color: #111;
    font-weight: 700;
    line-height: .8125rem;
    text-transform: uppercase;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    -o-hyphens: manual;
    hyphens: manual;
}

.album_item_creation {
    color: #888;
    margin: .625rem 0 0;
}


.documents_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}




@media screen and (min-width: 40em){
    .column, .columns {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }

    .medium-4 {
        width: 33.33333%;
    }

    .inline-column{
        padding-left: .9375rem;
        padding-right: .9375rem;
    }

    .albums_item {
        margin: 0 0 1.5rem;
    }

    .album_item_caption {
        margin: .9375rem 0 0;
    }

    .album_item_title {
        font-size: 1.125rem;
        line-height: 1.25rem;
    }

    .album_item_creation {
        display: block;
        margin: .25rem 0 0;
    }

    .documents_item {
        padding-bottom: 2.875rem;
    }
}

@media screen and (min-width: 64em){
    .large-4 {
        width: calc(33.33333% - 1.5rem);
    }

    .documents_item {
        padding-bottom: 3.75rem;
    }
}

@media screen and (max-width: 63.9375em){
    .show-for-large {
        display: none!important;
    }


}


.inline-column{
    float: none!important;
}


.small-12{
    width: 100%;
}

.row {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}

.row:after, .row:before {
    content: " ";
    display: table;
}

.row .row {
    max-width: 76.875rem;
}