.main-slider{
  width:100%;
  height:auto;
}


.intro-section{
  width:100%;
  padding-top: 100px;
  height:auto;
  padding-bottom: 60px;

}

.slider-wrapper{
  width:50%;
  margin:0 auto;
  position: relative;
  /*top: 50%;
  transform: translateY(-50%);
  background-color: yellow;*/
}

.section-title{

  width:100%;
  font-size: 40px;
  text-align: center;
  color: #fff;
  padding-top:20px;
  padding-bottom:40px;

}

.eyesee-color-white .section-title{
  color:black;
}


.slider-title{

  width:100%;
  font-size: 40px;
  text-align: center;
  color: #fff;
  padding-top:10px;

}


.slider-subtitle{
  width:100%;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding-bottom:30px;
}

.video-wrapper{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.5%;
}

.video-wrapper > video{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}


.slider-wrapper > img{
  width:100%;
}

.overlay-border {
    border: 5px solid red;

}
