
.home-slider {
  height: 90%;
  background-color: black;
}
.home-slide {
  position: relative;
  background-image: url(../images/pro_la1.png);
  background-position: 50% 0px;
  background-size: cover;
}
.home-slide._2 {
  background-image: url(../images/pro_la2.png);
  background-repeat: repeat;
}
.home-slide._3 {
  background-image: url(../images/pro_la3.png);
  background-repeat: repeat;
}
.home-slider-arrow {
  opacity: 0.3;
  font-size: 26px;
}
.home-slider-arrow:hover {
  opacity: 1;
}
.slider-content-wrapper {
  position: absolute;
  left: 15%;
  bottom: 90px;
  width: 50%;
  text-align: left;
}
.slider-title {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 38px;
  line-height: 39px;
  font-weight: 300;
  text-shadow: rgba(0, 0, 0, 100) 0px 0px 4px;
}
.slider-title._2 {
  font-size: 20px;
  line-height: 27px;
}
@media (max-width: 991px) {
  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .home-slider-arrow {
    width: 50px;
  }
  .slider-content-wrapper {
    right: 50px;
    bottom: 50px;
    width: 300px;
  }
  .slider-title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 22px;
  }
  .slider-title._2 {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 19px;
  } 
  
  .slider-content-wrapper {
    width: 200px;
  }