/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: transparent url(../images/trans_bg_80.png) repeat 0 0;
  z-index: 10001;
}

/* Modal Content */
.modal-content {
  position: relative;
  background: none !important;
  margin: auto;
  padding: 0;
  width: 100% !important;
  max-width: 1200px !important;
  border: none !important;
  border-radius: 0px !important;
  text-align: center !important;
  box-shadow: none !important;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 60px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #ccc;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev2 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 20px 20px 20px 10px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 60px;
  transition: 0.6s ease;
  border-radius: 0px;
  user-select: none;
  -webkit-user-select: none;
}

.next2 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 20px 10px 20px 20px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 60px;
  transition: 0.6s ease;
  border-radius: 0px;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.prev2 {
  left: 0;
  border-radius: 0px;
}

.next2 {
  right: 0;
  border-radius: 0px;
}

/* On hover, add a black background color with a little bit see-through */
.prev2:hover,
.next2:hover {
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 60px !important;
  color: #ddd !important;
  border-radius: 0px;
  font-weight: bold !important;
}

/* 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;
  background: none !important;
  padding: 5px 16px;
  color: white;
}

.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);
}
