.z-modal {
  z-index: 100;
}

.z-header {
  z-index: 90;
}

.z-tooltip {
  z-index: 80;
}

.z-overlay {
  z-index: 70;
}

.z-imgText {
  z-index: 10;
}

.z-default {
  z-index: 1;
}

.insert {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .insert {
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .insert {
    padding: 0 30px;
  }
}

.insert__story {
  display: inline-block;
  margin-top: 6.4rem;
  margin-bottom: 8.4rem;
}
.insert__story .story__heading {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.8rem;
}
.insert__story .story__desc {
  text-align: initial;
}
.insert__story .story__desc ul {
  margin-bottom: 1.6rem;
}
.insert__story .story__desc ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.insert__title {
  font-weight: bold;
  font-size: 1.1em;
}

.p-photos {
  margin-top: 1.6rem;
}
.p-photos:first-of-type {
  margin-top: initial;
}

.p-mv__item {
  width: 35%;
  margin: auto;
}
@media screen and (max-width: 1199.98px) {
  .p-mv__item {
    width: 47%;
  }
}
@media screen and (max-width: 991.98px) {
  .p-mv__item {
    width: 60%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-mv__item {
    width: 65%;
  }
}
@media screen and (max-width: 575.98px) {
  .p-mv__item {
    width: 100%;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024.98px) and (orientation: portrait) {
  .p-mv__item {
    width: 60%;
  }
}

.c-youtube {
  padding-top: 178%;
  width: 100%;
  margin: auto;
}/*# sourceMappingURL=style-gallery.css.map */