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

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1100px;
  margin-bottom: 5%;
}
.mySlides span{
  display: table-cell;
  height: 500px;
  vertical-align: middle;
}

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

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

.mySlides {
  display: none;
}
.mySlides img{
  width: 100%;
}
.gif_large {
  max-width: 600px;
  margin: auto;
}
.gif_large span{
  width: 600px;
  margin: auto;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 14px 14px 20px 16px;
  margin-top: -44px;
  color: #c5a47e;
  font-weight: bold;
  font-size: 25px;
  transition: 0.6s ease;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.prev {
  left: -4px;
}
.next {
  right: -4px;
}

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