.right-decor {
  position: absolute;
}

@media (min-width: 76.8rem) {
  .mineral-gallery-container {
    max-width: calc(100vw - 215px);
  }
}
.mineral-gallery-container .image-area {
  width: 100vw;
  height: 50vh;
  overflow: hidden;
  display: flex;
}
@media (min-width: 76.8rem) {
  .mineral-gallery-container .image-area {
    height: auto;
    width: auto;
    overflow: visible;
    width: 40%;
    max-width: 500px;
  }
}
.mineral-gallery-container .image-area #main-image {
  min-width: 100%;
  object-fit: cover;
}
@media (min-width: 76.8rem) {
  .mineral-gallery-container .image-area #main-image {
    height: auto;
    max-width: 500px;
  }
}
.mineral-gallery-container #main-title {
  margin: 0;
}
.mineral-gallery-container #main-block-display {
  display: flex;
  flex-direction: column;
}
@media (min-width: 76.8rem) {
  .mineral-gallery-container #main-block-display {
    flex-direction: row;
    gap: 2rem;
  }
}
.mineral-gallery-container #channel-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 200px;
}
@media (min-width: 76.8rem) {
  .mineral-gallery-container #channel-content {
    max-width: 100%;
    overflow-x: auto;
    gap: 0.25rem;
    padding-bottom: unset;
    justify-content: unset;
  }
}
.mineral-gallery-container .details-area {
  margin-bottom: 4vh;
}
.mineral-gallery-container .details-area * {
  color: black;
}
.mineral-gallery-container .channel-block-thumbnail {
  width: calc(25% - 0.25rem);
  min-width: calc(25% - 0.25rem);
  height: 100px;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 76.8rem) {
  .mineral-gallery-container .channel-block-thumbnail {
    width: 200px;
    min-width: 200px;
    margin-bottom: 0px;
    height: 200px;
  }
}
.mineral-gallery-container .channel-block-thumbnail .gallery-thumbnail-link {
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mineral-gallery-container .channel-block-thumbnail .gallery-thumbnail-link img {
  height: 60%;
}
@media (min-width: 76.8rem) {
  .mineral-gallery-container .channel-block-thumbnail .gallery-thumbnail-link img {
    height: auto;
  }
}
.mineral-gallery-container #main-title {
  font-size: 6rem;
  line-height: 1.1;
}
.mineral-gallery-container #main-description {
  font-size: 2rem;
  letter-spacing: -0.5px;
  background-color: rgba(255, 255, 255, 0.85);
}
@media (min-width: 76.8rem) {
  .mineral-gallery-container #main-description {
    font-size: 3rem;
    letter-spacing: -2px;
    max-width: 60%;
  }
}
.mineral-gallery-container #loading-placeholder {
  width: 30vh;
  height: 30vh;
  font-size: 3rem;
}
@media (min-width: 76.8rem) {
  .mineral-gallery-container #loading-placeholder {
    width: 500px;
    height: 500px;
  }
}
.mineral-gallery-container #special-details-area .styled-info-box {
  background-color: rgba(255, 255, 255, 0.85);
  font-size: 2rem;
  letter-spacing: -0.5px;
  margin-top: 1rem;
  padding-bottom: 100px;
  padding-right: 3rem;
}
@media (min-width: 76.8rem) {
  .mineral-gallery-container #special-details-area .styled-info-box {
    padding-right: 0;
    padding-bottom: 0;
  }
}

html, body {
  overflow-x: hidden;
  max-width: 100vw;
}

/*# sourceMappingURL=gallery-view.css.map */
