.row 
{
  height: 100px;
  padding-bottom: 5%;
}

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

.row:after {
  content: "";
  display: table;
  clear: both;
}
.row div {
  width: 15%;
  height: 15%;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
  display: inline-block;
}

.row div {
  width: 18%;
//  display: inline;
  height: 100%;
}

/* Four equal columns that float next to each other */
.column {
  float: left;
  width: 25%;
}

/* The modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  margin: auto;
  width: 80%
  width: intrinsic;
  height: intrinsic;
}

.modal img {
  max-height: 80%;
  max-width: 100%;
  margin: auto;
  display: block;
}

#myModalContent {
  margin: auto;
  margin-top: 3%;
  width: 100%;
  height: 100%;
}

/* Hide the slides by default */
.mySlides {
  display: none;
background-color: rgb(81, 81, 81);
}

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

/ * Caption text */
.caption-container {
  text-align: center;
  background-color: white; //background-color: rgb(81, 81, 81);;
  padding 2px 16px;
}

#myModal p {
  color: white;
  text-align: center;
  size: 14pt;
}
