@charset "utf-8";

.photo-gallery #sec01 .innerWrap .flexWrap{
    justify-content: flex-start;
}
.photo-gallery #sec01 .innerWrap .flexWrap .imgWrap{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 40px;
}
.photo-gallery #sec01 .innerWrap .flexWrap .imgWrap:nth-of-type(3n){
    margin-right: 0;
}
.photo-gallery #sec01 .innerWrap .flexWrap .imgWrap:last-of-type{
    margin-bottom: 0;
}
.photo-gallery #sec01 .innerWrap .flexWrap .imgWrap figure figcaption{
    text-align: center;
    margin-top: 10px;
}


/*@media (max-width: 499px) {*/
@media (max-width: 680px) {

    .photo-gallery #sec01 .innerWrap .flexWrap{
        justify-content: space-between;
    }
    .photo-gallery #sec01 .innerWrap .flexWrap .imgWrap{
        width: 49%;
        margin-right: 0;
    }

}/* 499px */
