.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.container {
    max-width: 1000px;
    padding: 10px;
    /*background: #f0f0f0; */
    margin: 0 auto;
}

.gallery {
    width: 100%;
}


.frame {
    position: relative;
    float: left;
    /*background: #f0f0f0; */
    width: 150px;
    height: 150px;
    margin: 1%;
    padding: 1%;
    border: 1px solid #a1babf;  
    border-radius: 3px;  
}

.frame img {
    max-width: 95%;
    max-height: 95%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;    
}

.wrapper {
    display: table;
    flex-flow: row;
}