.swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper-wrapper {
  padding-left: 10%;
}
@media screen and (min-width: 768px) {
    .gnav li {
        width: 12.5%!important;
    }
}

.photo-report-box {
    width:100%;
    max-width:800px;
    margin:0 auto;
}

.photo-report-box div {
    width:350px;
    height:auto;
    min-height:370px;
    float:left;
    margin:0 25px;
}

.photo-report-box img {
    width:100%;
}
.photo-report-box p {
    margin: 5px 10px;
}