.gallery-title h1 {
  display: none;
}

.gallery-info h2 {
  font-size: 1.1em;
  color: #ae867c;
}
.gallery-info h3 {
  font-size: 1em;
}
.gallery-info img {
  max-width: 100%;
  margin: 0 auto;
}
.gallery-info p.note {
  margin: 0 auto 2em auto;
  padding: 5px;
  background: #fff;
  text-align: center;
}
.gallery-info ol, .gallery-info ul {
  font-size: 0.875em;
  list-style-position: outside;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
  padding-bottom: 15px;
}
.gallery-info ol {
  list-style-type: decimal;
}
.gallery-info ul {
  list-style-type: disc;
}
.gallery-info a, .gallery-info a:link, .gallery-info a:visited, .gallery-info a:hover, .gallery-info a:active {
  text-decoration: underline;
}
.gallery-info a, .gallery-info a:link, .gallery-info a:visited {
  color: #bc0000;
}
.gallery-info a:hover, .gallery-info a:active {
  color: #d61818;
}
.gallery-info table {
  width: 100%;
  font-size: 0.875em;
}
.gallery-info table ol, .gallery-info table ul {
  padding-bottom: 0;
}
.gallery-info table tr {
  background: #eae1df;
}
.gallery-info table tr:nth-child(even) {
  background: #e6dad9;
}
.gallery-info table tr td {
  padding: 0.5em;
}
.gallery-info .mark {
  background: none;
  display: inline;
  color: #000;
  font-weight: bold;
  padding: 0;
}
.gallery-info .video {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.gallery-info .video iframe {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}