body{margin: 0;padding: 0;font-family: "Raleway", sans-serif;}
.inner-header{position: relative;}
.home-slider {
  position: relative;
}
.home-video {
  height: 100vh;
  position: relative;
}
.home-video video{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-content {
  position: absolute;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: rgb(0,0,0, .8);
	justify-content: center;
}
.content-wrap img{width: 100%;height: auto;max-width: 400px;}
.content-wrap p{color: #fff;text-align: center;border-top: 1px solid #fff;padding-top: 25px;
	font-weight: 500;}