#galleryContent {
  display: none;
}

.art-new {
  display: flex;
  flex-direction: column;
  margin: 8px;
  transition: transform 0.1s;
}
.art-new h1 {
  margin: 0 0 8px;
  font-size: 24px;
  font-style: italic;
}
.art-new img {
  display: block;
  margin: auto;
}

.art-close {
  display: none;
  font-size: 24px;
}

.full {
  width: 100%;
  margin: 8px auto;
}
.full .art-close {
  display: block;
}
.full .art-header {
  display: flex;
  justify-content: space-between;
}
.full .no-preview p {
  display: none;
}
.full .thumbnail-button {
  display: none;
}
.full div {
  text-align: center;
}
.full img {
  max-height: 800px;
  max-width: 98%;
  padding: 0 0 8px;
  cursor: pointer;
}

.gallery-pagination {
  display: flex;
}
.gallery-pagination div {
  display: flex;
  margin: 16px auto 0;
}
.gallery-pagination a {
  margin: 0 8px;
  color: black !important;
}
.gallery-pagination a:hover {
  margin: 0 8px;
  background-color: rgba(0, 0, 0, 0.2);
}
.gallery-pagination p {
  margin: 0 8px;
}

.no-preview p {
  margin: auto;
  padding: 8px;
  text-align: center;
}

.thumbnail:hover {
  transform: translateY(-8px);
}
.thumbnail .art-body {
  display: none;
}
.thumbnail .no-preview {
  display: flex;
  height: 200px;
  width: 200px;
  background-color: rgba(0, 0, 0, 0.2);
}
.thumbnail .no-preview img {
  display: none;
}
/*.thumbnail:hover .no-preview img {*/
/*  display: block;*/
/*}*/
/*.thumbnail:hover .no-preview p {*/
/*  display: none;*/
/*}*/
.thumbnail img {
  object-fit: cover;
  height: 200px;
  width: 200px;
}

.thumbnail-button {
  position: absolute;
  height: 240px;
  width: 200px;
}
