  
.swiper-container {
  width: 100%;
  /*height: 800px; */
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* Slide 1 Overlay */
#slide-1::after{
	background-image: url('/community/alumni-and-friends/img/dot-vid-overlay.gif');
	background-repeat: repeat;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	opacity: 0.1;
}

#s1-overlay-vid-controls {
	position: absolute;
	color: #FFF;
	width: 85px;
	top: 80px;
	right: 25px;
}

#mute {
	cursor: pointer;
	height: 34px;
	width: 34px;
	position: absolute;
	right: 0;
	background-size: cover;
	z-index: 10;
	opacity: .9;
}

#audio-btn, #play-pause-btn {
	position: absolute;
	background-color: transparent;
	border: none;
	outline: none;
	padding: 15px;
	margin: 4px 2px;
	cursor: pointer;
	opacity: .85;
	z-index: 10;
	height: 34px;
	width: 34px;
	background-size: cover;
	background-repeat: no-repeat;
}

#audio-btn {
	left: 0;
}

#play-pause-btn {
	right: 0;
}

#s1-overlay {
	position: absolute;
	color: #FFF;
	width: 100%;
	top: 38%;
}

#s1-overlay img {
	width: 400px;
}

/* Text Overlay */
#lab_video_text_overlay h2 {
 	font-size:4em
}

#lab_video_text_overlay .btn {
	border-radius:0;
	text-transform:uppercase;
	font-weight:200;
}
#lab_video_text_overlay .btn-warning {
 	background-color:#F5D328;
}

#lab_video_text_overlay {
	position: absolute;
	color: #FFF;
	width: 100%;
	top: 25%;
}

#lab_video_text_overlay .container {
	text-align: center;
	margin: 0px auto;
	background-color: #669900;
}

@media screen and (max-width:1400px) {
	#s1-overlay {
		top: 35%;
	}

	#s1-overlay img {
		width: 300px;
	}
}

@media screen and (max-width:1020px) {
	#s1-overlay-vid-controls {
		top: 140px;
		right: 15px;
		width: 40px;

	}

	#audio-btn, #play-pause-btn {
		position: relative;
	}

}

@media screen and (max-width:1024px) {
  #lab_video_text_wrap {
		height: 300px;
	}

	#s1-overlay {
		top: 28%;
	}

	#s1-overlay img {
		width: 250px;
	}
}

@media screen and (max-width:768px) {
	#s1-overlay-vid-controls {
		top: 10px;
		right: 15px;
		width: 85px;
	}

	#audio-btn, #play-pause-btn {
		position: absolute;
	}

}



@media screen and (max-width:650px) {
	#lab_video_text_wrap {
		height: 250px;
	}
	#lab_video_text_overlay h2 {
		font-size: 2em;
	}
	#lab_video_text_overlay p {
		font-size: .9em;
	}

	#s1-overlay {
		top: 25%;
	}

	#s1-overlay img {
		width: 130px;
	}
}
