.row > .column-gallery {
  padding: 2px;
}

.row:after {}

.column-gallery {
  height: 200px;
  overflow: hidden;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color:  rgba(0, 0, 0, 0.9);
}

/* Modal Content */
.modal-content {
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  text-align: center;
}
  
  .myImages {
    height: 95%;
    margin-top: 1%;
    margin-bottom: 1%;
    position: relative;
  }

  .myImages img {
    height: 100%;
  }

/* The Close Button */
.close_button {
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  z-index: 10000;
  top: 10px;
  width: 100%;
  font-weight: bold;
}
  .close_button span {
    background: #000;
    padding: 2px 15px;
    border-radius: 5px;
  }

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

.myImages {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  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;
}

/* 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;
}

.caption-container {
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  color: white;

  position: absolute;
  bottom: 0;
  width: 100%;
}

.sample {
  opacity: 0.6;=

.active,
.sample: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)
}