@charset "utf-8";
/* CSS Document */
.gallery-content {
    margin: 0 0 20px;
}
#photo-gallery .photo {
    float: left;
    margin: 0.2% 1.6%;
}
#photo-gallery .img a div {
    border: 2px solid #CBDC2C;
    background-position: center;
    background-size: 150px auto;
    background-repeat: no-repeat;
    height: 100px;
    width: 150px;
    margin: 5px;
}

#photo-gallery .img a div:hover {
    opacity: 0.8;
}

