/*** Video banner ***/

.custom-video-banner-container {
	overflow: hidden;
	position: relative;
	opacity: 0;
	transition: opacity 0.5s;
	height: 100%;
}
.page-banner .banner.-home.appendVideoBanner .custom-video-banner-container.show {
	opacity: 1;
}
.custom-video-banner {
	position: relative;
	height: 100%;
}
.custom-video-banner-container .btn {
	text-shadow: none;
	margin-bottom: 5px;
}
.custom-video-banner video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.video-banner-info {
  color: #0033a0;
  margin: 0 auto;
  z-index: 1;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 30px 15px;
  background: #ffffff;
}
.custom-video-banner:before {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	content: "";
	height: 100%;
	width: 100%;
	/*background: rgba(0,0,0, 0.3);*/
	/*background: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,0.5) 73%,rgba(0,0,0,0.5) 100%);*/
	z-index: 1;
}
.video-banner-info .video-banner-title {
	font-size: 60px;
	line-height: 61px;
  font-weight: 700;
  margin-bottom:  30px;
}

@media(max-width: 999px) {
	.page-banner .banner.-home.appendVideoBanner .description {
		margin: 0;
		padding-bottom: 30px;
	}
}
@media(min-width: 576px) {
	.video-banner-info {
		position: absolute;
	  left: 0;
	  right: 0;
	  bottom: 30px;
	  font-size: 1.75rem;
	  text-shadow: 0 0 3px rgba(0, 0, 0, .8509803922);
	  background: transparent;
	  color: #ffffff;
	}
}