.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrap{
  margin-bottom: 80px;
}
.page-contact .wrap,
.home .wrap{
  margin-bottom: 0px;
}
.wpcf7 form .wpcf7-response-output{
  border: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
  color: #ff0000 !important;
  text-align: center;
}
@media (min-width: 768px) {
    .fslightbox-caption-inner {
      padding: 0;
      max-width: 90px;
    }

    .fslightbox-caption-inner img {
      width: 100%;
    }

  }