
.image-magnific {
  width: 70%;
}

.gallery {
  display: flex;
  justify-content: center;
  margin-top: 3px;
}
.gallery .gallery-magnific {
  height: 15vw;
  padding-bottom: 4.5vw;
}
.gallery .gallery-magnific:not(:last-child) {
  margin-right: 5px;
}
.gallery .title,
.gallery .author {
  font-weight: 700;
  color: #000;
}
.gallery .title {
  font-size: 1.1vw;
  margin-bottom: 5px;
  margin-top: 10px;
}
.gallery .author {
  font-weight: 400;
  font-size: 1vw;
}

.video-youtube {
  width: 70%;
  margin-top: 5px;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: default;
}

.mfp-close {
  cursor: pointer !important;
  width: 20px !important;
  height: 20px !important;
  line-height: 16px !important;
  margin-top: 10px;
}