#evn-01 {
position: relative;
padding-bottom: 40%;
overflow: hidden;
height: 0%;
}
#bgVideo, #ytVideo {
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}
.video-overlay {
	z-index: -100;
	text-align: center;
	text-shadow: 2px 2px 2px #000000;
	z-index:99;
	padding-top: 5%;
}
:root {
  --animate-delay: 2s;
}
.video-overlay .sub-title {
  font-family: "Modesty";
  font-size: 110px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 5px;
  color: #72A499;
}
.video-overlay .title {
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  color: #ffffff!important;
}

#evn-03 .content  {
  position: absolute;
  z-index: 9;
  top: 10%;
  left: 0%;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 24em;
  justify-content: center;
  text-shadow: 2px 2px 2px #000000;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#evn-03 .content .title {
  color: #ffffff;
  margin: 0 auto!important;
  }
@media only screen and (max-width: 1439px) and (min-width: 1024px) {
	.video-overlay .sub-title {
	  font-size: 90px;
	  line-height: 1;
	  margin-bottom: 5px;
	}
	.video-overlay .title {
	  font-size: 25px;
	  line-height: 1;
	  margin-bottom: 0;
	}
}
@media only screen and (max-width: 1023px) and (min-width: 833px) {
	.video-overlay .sub-title {
	  font-size: 80px;
	  line-height: 1;
	  margin-bottom: 5px;
	}
	.video-overlay .title {
	  font-size: 22px;
	  line-height: 1;
	  margin-bottom: 0;
	}
}
@media only screen and (max-width: 834px) and (min-width: 768px) {
	.video-overlay .sub-title {
	  font-size: 70px;
	  line-height: 1;
	  margin-bottom: 5px;
	}
	.video-overlay .title {
	  font-size: 20px;
	  line-height: 1;
	  margin-bottom: 0;
	}

}
@media only screen and (max-width: 767px) {
	.video-overlay .sub-title {
	  font-size: 50px;
	  line-height: 1;
	  margin-bottom: 5px;
	}
	.video-overlay .title {
	  font-size: 15px;
	  line-height: 1;
	  margin-bottom: 0;
	} 
}
@media only screen and (max-width: 990px) {
	.category-banner1 .btn-sml {
	  line-height: 14px;
	  padding: 15px 20px!important;
	  letter-spacing: 1px;
	  border-radius: 100px;
	  font-size: 14px;
	  }
	#evn-03 .content .title {
	  font-size: 18px;
	  }	  
}
@media only screen and (max-width: 768px) {
	#evn-03 .content .title {
	  font-size: 45px;
	  }	 
}
@media only screen and (max-width: 425px) {
	#evn-03 .content .title {
	  font-size: 35px;
	  }	 
}
