@media screen and (min-width: 812px) and (max-width: 926px) {
  .gallery .modal .inner img {
    max-height: 65vh !important;
  }
}
@media screen and (min-width: 1024px) and (min-height: 768px) {
  .caption {
    font-size: 12pt;
  }
}
@media screen and (min-width: 1280px) and (min-height: 768px) {
  .caption {
    font-size: 14pt;
  }
  .gallery .modal .inner img {
    max-height: 75vh !important;
  }
}
@media screen and (max-width: 1280px) and (max-height: 768px) {
  .color-palette {
    display: none !important;
  }
  .table {
    display: none !important;
  }
}
@media screen and (max-width: 736px) {
  .table {
    display: none !important;
  }
}