* {
  box-sizing: border-box;
}

body {
  font-family: Verdana, sans-serif;
  margin: 0;
}

.row > .column {
  padding: 0 8px;
}

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

.column {
  float: left;
  width: 10%;
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

img {
  margin-bottom: 4px;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

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);
}

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

/* Next & previous buttons */
.prev-gallery,
.next-gallery {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  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;
  z-index: 1;
}

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

.modal-content {
  overflow: hidden;
  border-radius: 0 10px 10px;
}

.demo-content {
  padding: 0px 0px 6px 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}

.demo-content .column {
  width: 100px;
  max-width: 100px;
  height: 100px;
  max-height: 100px;
  overflow: hidden;
}

.demo-content .column img {
  object-fit: cover;
  position: relative;
  width: 100px;
  max-width: 100px;
  height: 100px;
  max-height: 100px;
}

.zoom{
  padding-bottom: 4px;
}