.slider {
  margin-top: 80px;
  width: 100%;
  height: 480px;
}

/* .bg1{
  background: no-repeat center center / cover;
}

.bg2{
  background: no-repeat center center / cover;
}

.bg3{
  background: no-repeat center bottom / cover;
} */

.swiper-container {
  width: 100%;
  height: 100%;
}

.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}

.slide-image {
  position: absolute;
  padding: 0;
  height: 480px;
  width: 100%;
  left:0;
  right:0;
  margin:auto;	
  top:0;
  bottom: 0;
}

.slide-text {
  background-color: #fff;
  height: 230px;
  width: 95%;
  position: relative;
  top: 40%;
  opacity: 0.7;
  padding-left: 5%;
  padding-top: 10px;
}

.slide-text h3{
  font-family: 'Lato', sans-serif;
  font-size: 30px;
}

.slide-text  p{
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
}


@media (min-width: 45em) {
  .slide-title {
    font-size: 7vw;
    max-width: none;
  }
}
.slide-title span {
  white-space: pre;
  display: inline-block;
  opacity: 0;
}

.slideshow {
  position: relative;
}

.slideshow-navigation-button {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 5rem;
  z-index: 1000;
  transition: all .3s ease;
  color: #FFF;
  outline: none;
}

slideshow-navigation-button{
 border:none;
}

.slideshow-navigation-button.prev {
  left: 0;
}
.slideshow-navigation-button.next {
  right: 0;
}
