.gallery-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-top: 2em; }
  .gallery-wrapper .column {
    width: 25%;
    display: inline-block; }

.gallery-modal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: #171717; }

/* Modal Content */
.gallery-modal-content {
  margin: auto;
  padding: 2%;
  text-align: center; }
  .gallery-modal-content .gallery-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.5em; }
  .gallery-modal-content .gallery-img-wrapper {
    visibility: hidden;
    text-align: center;
    width: 100%; }
    .gallery-modal-content .gallery-img-wrapper .gallery-img {
      max-height: 95%;
      object-fit: cover; }
  .gallery-modal-content .caption-container {
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 8em; }
  .gallery-modal-content #modal_panel {
    visibility: hidden;
    position: fixed;
    bottom: 0;
    text-align: center;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    background-color: #171717;
    border-top: 2px solid #171717; }
    .gallery-modal-content #modal_panel .gallery-panel-wrapper {
      display: inline-block;
      width: auto;
      object-fit: cover; }
      .gallery-modal-content #modal_panel .gallery-panel-wrapper img {
        height: 8em; }

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer; }

.cursor {
  cursor: pointer; }

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 20px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none; }

.prev {
  left: 0; }

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px; }

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8); }

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0; }

img {
  margin-bottom: -4px; }

.caption-container {
  text-align: center;
  padding: 2px 16px;
  color: white; }

.demo {
  opacity: 0.6;
  border: 1px solid #171717; }

.active,
.demo:hover {
  opacity: 1;
  border: 1px solid white; }

img.hover-shadow {
  transition: 0.3s; }

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

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