/* Slideshow container */
.regularContainer {
  max-width: 1000px;
  position: relative;
  /* margin: 8% auto; */
}

/* Next & previous buttons */
.rIs_btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  /* margin-top: -22px; */
  /* color: white; */
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0,0,0,0.2);
}

/* Position the "next button" to the right */
.rIs_rt {
  right: 20% !important;
  /* border-radius: 3px 0 0 3px; */
}
.rIs_lft {
  left: 20% !important;
  /* border-radius: 3px 0 0 3px; */
}

/* On hover, add a black background color with a little bit see-through */
.rIs_lft:hover, .rIs_rt:hover {
  background-color: rgba(0,0,0,0.8);
  color: #fff;
}
.rIs_lft {
    cursor: pointer;
    position: absolute;
    top: 54%;
    height: 20px;
    width: 20px;
    padding-top: 16px;
    /* margin-top: -20px; */
    /* color: white; */
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 50px;
    user-select: none;
    background-color: #e9e8e8;
    text-align: center;
    font-size: 25px;
    padding: 9px 7px 5px 5px;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
}
.rIs_rt{
  cursor: pointer;
  position: absolute;
  top: 54%;
  height: 20px;
  width: 20px;
  padding-top: 16px;
  /* margin-top: -20px; */
  /* color: white; */
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 50px;
  user-select: none;
  background-color: #e9e8e8;
  text-align: center;
  font-size: 25px;
  padding: 9px 7px 5px 5px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
}
@media only screen and (max-width:1920px){
  .rIs_lft {
    left: 28.8% !important;
  }
  .rIs_rt {
    right: 28.8% !important;
  }
}
@media only screen and (max-width:1680px){
  .rIs_lft {
    left: 25.8% !important;
  }
  .rIs_rt {
    right: 25.6% !important;
  }
}
@media only screen and (max-width:1600px){
  .rIs_lft {
    left: 24.5% !important;
  }
  .rIs_rt {
    right: 24.5% !important;
  }
}
@media only screen and (max-width:1440px){
  .rIs_lft {
    left: 21.7% !important;
  }
  .rIs_rt {
    right: 21.5% !important;
  }
}
@media only screen and (max-width:1366px){
  .rIs_lft {
    left: 20% !important;
  }
  .rIs_rt {
    right: 20% !important;
  }
}
@media only screen and (max-width:1360px){
  .rIs_lft {
    left: 20% !important;
  }
  .rIs_rt {
    right: 19.8% !important;
  }
}
@media only screen and (max-width:1280px){
  .rIs_lft {
    left: 18.1% !important;
  }
  .rIs_rt {
    right: 17.8% !important;
  }
}
