.p-single-gallery__img video,
.p-single-gallery-center__img video,
.p-single-gallery-center__img_slider video {
  display: block;
  width: 100%;
  height: auto;
}

.p-single-gallery-header__image .gallery-video + .gallery-video,
.p-single-gallery-header__image .gallery-image + .gallery-video,
.p-single-gallery-header__image .gallery-video + .gallery-image {
  margin-top: 20px;
}

.artisan-gallery-spec {
  margin-top: 34px;
  border-top: 1px solid rgba(20, 20, 20, 0.12);
  padding-top: 24px;
}

.artisan-gallery-spec__title {
  margin: 0 0 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.artisan-gallery-spec__table {
  margin: 0;
  border: 1px solid rgba(20, 20, 20, 0.1);
  background: #fbfaf7;
}

.artisan-gallery-spec__row {
  display: grid;
  grid-template-columns: 170px 1fr;
  margin: 0;
}

.artisan-gallery-spec__row + .artisan-gallery-spec__row {
  border-top: 1px solid rgba(20, 20, 20, 0.08);
}

.artisan-gallery-spec__row dt,
.artisan-gallery-spec__row dd {
  margin: 0;
  padding: 15px 18px;
}

.artisan-gallery-spec__row dt {
  background: rgba(20, 20, 20, 0.04);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.artisan-gallery-spec__row dd {
  background: #fff;
}

@media (max-width: 767px) {
  .artisan-gallery-spec__row {
    grid-template-columns: 1fr;
  }

  .artisan-gallery-spec__row dt,
  .artisan-gallery-spec__row dd {
    padding: 13px 14px;
  }
}
