	#overlay1-2, #overlay3-4, #overlay5-6, #overlay7-8, #overlay-skills {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
}
#overlay1-2 {
  z-index: 90;
}
#overlay3-4 {
  z-index: 91;
}
#overlay5-6 {
  z-index: 92;
}
#overlay7-8 {
  z-index: 93;
}
#overlay-skills {
  z-index: 94;
}

#text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

#video {
	position: abosolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(6%,6%);
    -ms-transform: translate(6%,6%);
}

#USU-videos img {
	width: 150px;
	background-color: none;
	border-color: #FFFFFF;
	border-width: 2px;
	border-style: solid;
	padding: 0;
	margin: 0;
  border-radius: 6px; 
}
#USU-videos img:hover {
	width: 150px;
	background-color: none;
	border-color: #990000;
	border-width: 2px;
	border-style: solid;
	padding: 0;
	margin: 0;
}
#video-grid, #video-choice {
	display: inline-block;
	padding: 1em;
}
.wrapper.style2 #USU-videos {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}