.slider-wrapper2 {
  margin: 1rem;
  position: relative;
  overflow: hidden;
  width : 50%;
}

.slides-container2 {
  height: calc(60vh - 2rem);
  width: 100%;
  display: flex;
  overflow: scroll;
}

.slide-arrow2 {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 4rem;
  background-color: white;
  border: none;
  width: 2rem;
  font-size: 3rem;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 100ms;
}

.slide-arrow2:hover,
.slide-arrow2:focus {
  opacity: 1;
}

#slide-arrow-prev2 {
  left: 0;
  padding-left: 0.25rem;
  border-radius: 0 2rem 2rem 0;
}

#slide-arrow-next2 {
  right: 0;
  padding-left: 0.75rem;
  border-radius: 2rem 0 0 2rem;
}

.slide2 {
  width: 100%;
  height: 100%;
  flex: 1 0 100%;
}

.slides-container2 {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
/* WebKit */
.slides-container2::-webkit-scrollbar { 
    width: 0;
    height: 0;
}

.slide2:nth-child(1) {
  background-image: url(../images/bay_lavwa_flyer.jpg);
  background-color: rgba(255, 182, 67, 0.8);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}



.slide2:nth-child(2) {
  background-image: url(../images/bay_lavwa.jpg);
  background-color: rgba(255, 182, 67, 0.8);
  background-position: center;
  background-repeat: no-repeat;
}

.slide2:nth-child(3) {
  background-image: url(../images/bay_lavwa2.jpg);
  background-color: rgba(255, 182, 67, 0.8);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.slide2:nth-child(4) {
  background-image: url(../images/bay_lavwa3.jpg);
  background-color: rgba(255, 182, 67, 0.8);
  background-position: center;
  background-repeat: no-repeat;
}

.slide2:nth-child(5) {
  background-image: url(../images/bay_lavwa4.jpg);
  background-color: rgba(255, 182, 67, 0.8);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide2:nth-child(6) {
  background-image: url(../images/bay_lavwa5.jpg);
  background-color: rgba(255, 182, 67, 0.8);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide2:nth-child(7) {
  background-image: url(../images/bay_lavwa6.jpg);
  background-color: rgba(255, 182, 67, 0.8);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide2:nth-child(8) {
  background-image: url(../images/bay_lavwa7.jpg);
  background-color: rgba(255, 182, 67, 0.8);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide2:nth-child(9) {
  background-image: url(../images/bay_lavwa8.jpg);
  background-color: rgba(255, 182, 67, 0.8);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide2:nth-child(10) {
  background-image: url(../images/bay_lavwa9.jpg);
  background-color: rgba(255, 182, 67, 0.8);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

