#Home_Vid {
  position: relative;
  margin-top: -20px;
  /*border-top: #f2f2f3 solid 3px;*/
}
video {
  width: 100%;
  height: 400px !important;
  display: block;
  object-fit: cover;
}

#Overlay {
  color: #f1f1f2;
  position: absolute;
  bottom:10%;
  margin-left: 3%;
  height: auto;
  width: auto;
  padding: 2%;
  background-color: rgba(0,0,0,0.3);
}

#rental_hero h1 {
  line-height: 1.2; font-size: 32px; font-weight: 900; color: #4e4e4e;
}

#rental_hero p {
  text-align: justify;
}

#rental_hero {
  padding: 3%;
  /*background-color: #f1f1f2;*/
  line-height: 1.3px;
}
​#rent_slider {
  width: 100%;
  height: 300px !important;
  margin-top: -100px;
}