.videos {
	text-align: center;
	position: relative;
	padding-top: 10px;
}

img {
	padding-right: 10px;
	max-width: none;
}

figcaption {
	font-family: "Roboto";
	font-weight: bold;
	color: #167ac6;
	margin-top: 5px;
	text-align: left;
	max-width: 350px;
	margin-left: 15px;
}

figure {
	max-width: 350px;
}

ul li {
    display: inline-block;
    max-width: 350px;
}

.link {
	text-decoration: none;
	width: 350px !important;
}

.link:hover {
	text-decoration: underline;
	cursor: pointer;
}

.video-container {
    position:relative;
    margin-bottom: 25px;
}

.hide {
	display: none;
}

.show-video {
	position: absolute;
	left:50%;
	margin-left: -400px;
	top:50%;
	margin-top: -300px

}

.stop-scroll {
	margin: 0; 
	height: 100%; 
	overflow: hidden
}

.darken {
	background-color: rgba(0, 0, 0, 0.8);
}

video {
  background: black url(/thumbnails/loader.gif) center center no-repeat;
  background-size: 5%
}

.exit {
	position: absolute;
	top: 20px;
	left: 100%;
	margin-left: -50px;
	color: white;
	border-radius: 50px;
}

.exit:hover {
	cursor: pointer;
	background-color: red;
	padding:2px;
}

@media (max-width: 600px) {
    img {
    	width: 100%;
    	height: auto;

    }
    .show-video {
		position: absolute;
		left:50%;
		top:50%;
		margin-left: -40vw;
		margin-top: -30vw;
	}
	.clicked-video {
		width: 80vw;
		height: 60vw;
	}
	ul.videos {
		margin-left: -8vw;
	}
}