#byline {display:none;}

/* VIDEO */
.background-video .embed-responsive-16by9::before {padding-top: 42.25%;}
.bgvid {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;	
	height: auto; 
	margin: 0; 
	padding: 0;
}
.background-video {margin: -38px -15px 0  -15px;}
.bgvid-text {
	color: #fff;
	text-align:center;
	background: rgba(0, 0, 0, 1);
	padding:1em;
	margin-top:-5px;
}
.bgvid-text h1 {font-size: 1.5em;}
.bdr-blue-top {border-top: 8px solid #00A4E4;}
.bdr-blue-left {border-left: 8px solid #00A4E4;}
.bdr-blue-bottom {border-bottom: 8px solid #00A4E4;}
.bdr-blue-right {border-right: 8px solid #00A4E4;}
.emphasis-blue {color:#5DD2FF; font-weight:400;}
.carousel-caption {
	position: absolute;
	right: 0%;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	background: #00000080;
}
.carousel-control-next, .carousel-control-prev {top:50%;}

/* PARALLAX */

.parallax {
	margin:0 -15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.parallax1 {
	background-image: url("/news/features/2023/images/202301-hero-wec-parallax1-xs.jpg");
	height: 550px;
}
.parallax2 {
	background-image: url("/news/features/2023/images/202301-hero-wec-parallax2-xs.jpg");
	height: 550px;
}
.parallax3 {
	background-image: url("/news/features/2023/images/202301-hero-wec-parallax3-xs.jpg");
	height: 550px;
}
.text-overlay {
	font-size:1.25em; 
	color:#fff; 
	padding:1em; 
	background: rgba(0, 0, 0, 0.85); 
	width: 80%;
	text-align:left;
}

/* RESPONSIVE STYLES */

@media (min-width: 576px) {
	.parallax1 {
		background-image: url("/news/features/2023/images/202301-hero-wec-parallax1-md.jpg");
	}
	.parallax2 {
		background-image: url("/news/features/2023/images/202301-hero-wec-parallax2-md.jpg");
	}
	.parallax3 {
		background-image: url("/news/features/2023/images/202301-hero-wec-parallax3-md.jpg");
		height: 550px;
	}
}

@media only screen and (min-width : 768px) {
	.bgvid-text {
		background: rgba(0, 0, 0, 0.85);
		position: absolute;
		top: 75px;
		left: 50%;
		transform: translateX(-50%);
		width:85%;
	}
	.bgvid-text h1 {font-size: 2em;}
}

@media only screen and (min-width : 992px) {
	.parallax {
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.parallax1 {
		background-image: url("/news/features/2023/images/202301-hero-wec-parallax1-xl.jpg");
	}
	.parallax2 {
		background-image: url("/news/features/2023/images/202301-hero-wec-parallax2-xl.jpg");
	}
	.parallax3 {
		background-image: url("/news/features/2023/images/202301-hero-wec-parallax3-xl.jpg");
	}	
	.text-overlay {width: 50%;}
}

@media only screen and (min-width : 1200px) {
	.bgvid-text {width: 50%;}
	.bgvid-text h1 {font-size: 2.5em;}
}

@media only screen and (min-width : 1600px) {

}

/* ANIMATION */
.fadein2s {
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera  12.1 */
	-moz-animation: fadein 2s; /* Firefox  16 */
	-ms-animation: fadein 2s; /* Internet Explorer */
	-o-animation: fadein 2s; /* Opera  12.1 */
	animation: fadein 2s;
}
@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
/* Firefox
@-moz-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}
/* Safari, Chrome and Opera */
@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
/* Opera  12.1 */
@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
