
.slideshow-container {
  position: relative;
  margin: auto;
}
.flex-img{
  position: relative;
  display: flex;
  justify-content: center;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: lighter;
  font-size: 26px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.next {
  right: 35%;
  border-radius: 3px 0 0 3px;
}
.prev{
  left: 35%;
}
.prev-modal, .next-modal {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: lighter;
  font-size: 26px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  font-family: Raleway, sans-serif;
}
.next-modal {
  right: 3%;
  border-radius: 3px 0 0 3px;
}
.prev-modal{
  left: 3%;
}
.img-landscape{
  width: 570px;
  height: 570px;
  object-fit: cover;
  margin: 0 auto;
  cursor: pointer;
}
.img-landscape-modal{
  width: 775px;
  height: 775px;
  object-fit: cover;
  margin: 0 auto;
}
.text-modal {
  color: #ffffff;
  position: absolute;
  top: 100%;
  width: 747px;
  text-align: center;
  padding: 12px 10px 12px 18px;
  font-family: Raleway, sans-serif;
  line-height: 35px;
}
.title-landscape-modal{
  font-size: 16px;
}
.detail-landscape-modal{
  font-size: 12.5px;
  font-weight: 500;
}
.text {
  color: #3b3b3b;
  position: absolute;
  bottom: 0px;
  width: 555px;
  text-align: left;
  padding: 12px 10px 12px 18px;
  background-color: rgba(255, 255, 255, 0.753);
  font-family: Raleway, sans-serif;
}
.title-landscape{
  font-size: 12px;
}
.detail-landscape{
  font-size: 14px;
  margin-right: 60px;
}
.numbertext {
  color: #3b3b3b;
  font-size: 13px;
  padding: 8px 12px;
  position: absolute;
  top: 94%;
  left: 62%;
}

.slideshow-container-modal{
  position: relative;
  padding: 0px 250px;
}
.modal-slide{
  display: none;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #191919;
}
.close {
  color: #dddddd;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 50px;
  font-weight: lighter;
  cursor: pointer;
}
.white{
  height: 26vh;
  width: 100%;
  background-color: #ffffff;
}
/* tablet responsive */
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .modal{
    padding-top: 120px;
  }
  .img-landscape-modal{
    width: 600px;
    height: 600px;
  }
  .text-modal {
    width: 570px;
  }
  .close{
    top: 40px;
    font-size: 38px;
  }
  .prev-modal, .next-modal{
    font-size: 22px;
  }
}

/* mobile responsive */
@media only screen and (min-width: 360px) and (max-width: 767px){
  .modal{
    padding-top: 120px;
  }
  .img-landscape-modal{
    width: 330px;
    height: 330px;
  }
  .text-modal {
    width: 250px;
  }
  .close{
    top: 40px;
    font-size: 26px;
    right: 60px;
  }
  .prev-modal{
    left: 5%;
    font-size: 20px;
  }
  .next-modal{
    right: 5%;
    font-size: 20px;
  }
  .slideshow-container-modal{
    padding: 0px;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
  }
  .img-landscape{
    width: 320px;
    height: 320px;
  }
  .text{
    width: 300px;
  }
  .next{
    right: 12%;
    font-size: 20px;
    padding: 0px;
  }
  .prev{
    left: 12%;
    font-size: 20px;
    padding: 0px;
  }
  .detail-landscape{
    font-size: 12px;
  }
  .numbertext {
    display: none;
}
}

  