.slideshow-container {
  position: relative;
}

#slider-dot-wrapper{
  max-height: 10px;
}

.not-visible{
   visibility: hidden;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #ccc;;
  font-weight: bold;
  font-size: 24px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.img-fluid-custom{
  max-height: 230px!important;
  width: auto!important;
}

.img-fluid-custom-modal{
  max-height: 480px!important;
  width: auto!important;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
  cursor: pointer;
}

.prev:hover, .next:hover {
  color: #777;
}

.caption-container {
  position: absolute;
  display: flex;
  padding: 2px 16px;
  justify-content: center;
  bottom: 6px;
  right: 0;
}

.caption-wrapper{
  position: relative;
  bottom: 10px;
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 12px;
  position: absolute;
  font-weight: 600;
  bottom: 0;
}

.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #777;
}

/*Modal CSS*/
.row > .column {
  padding: 0 ;
}

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

.modal-slideshow {
  display: none;
  position: fixed;
  padding-top: 174px;
  padding-left: 18px!important;
  padding-right: 18px!important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,.65);
  z-index: 9999;
}

.modal-content-slideshow {
  position: relative;
  background-color: #fefefe;
  padding: 0;
  max-width: 1165px;
  top: 50%;
  margin-top: -378px;
}

.close-slideshow {
  color: #ccc;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

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

.fade.custom-fade {
  animation-name: custom-fade ;
  animation-duration: 0.45s;
}

@keyframes custom-fade  {
  from {opacity: 0}
  to {opacity: 1}
}

.mySlides > img{
  cursor:pointer;
}