.videos {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
max-width: 1920px;
width: 100%;
height: auto;
margin: 0 auto;
background: #c5c7c6 url(../images/bg-videos.jpg) center no-repeat;
background-attachment: fixed;
padding: 35px 20px;
border-top: #000000 8px solid;
}
.videos h1 {
font-family: 'Francois One', sans-serif;
font-size: 42px;
color: #000000;
text-decoration: none;
font-weight: normal;
margin: 0 0 15px 0;
}

.vid1 {
display: block;
overflow: hidden;
box-sizing: border-box;
width: 50%;
height: auto;
float: left;
padding: 15px;
border: #000000 2px solid;
font-family: 'Open Sans', sans-serif;
font-size: 19px;
color: black;
text-decoration: none;
font-weight: 800;
text-shadow: 1px 2px 8px #f7e308;
}
	.vid1 video {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 8px;
	}
.vid2 {
display: block;
overflow: hidden;
box-sizing: border-box;
width: 50%;
height: auto;
float: right;
padding: 15px;
border: #000000 2px solid;
font-family: 'Open Sans', sans-serif;
font-size: 19px;
color: black;
text-decoration: none;
font-weight: 800;
text-shadow: 1px 2px 8px #f7e308;
}
	.vid2 video {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 8px;	
	}
.vid3 {
display: block;
overflow: hidden;
box-sizing: border-box;
width: 50%;
height: auto;
float: left;
padding: 15px;
border: #000000 2px solid;
font-family: 'Open Sans', sans-serif;
font-size: 19px;
color: black;
text-decoration: none;
font-weight: 800;
text-shadow: 1px 2px 8px #f7e308;
}
	.vid3 video {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 8px;	
	}
.vid4 {
display: block;
overflow: hidden;
box-sizing: border-box;
width: 50%;
height: auto;
float: right;
padding: 15px;
border: #000000 2px solid;
font-family: 'Open Sans', sans-serif;
font-size: 19px;
color: black;
text-decoration: none;
font-weight: 800;
text-shadow: 1px 2px 8px #f7e308;
}
	.vid4 video {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 8px;	
	}

@media screen and (max-width: 720px) {
	.vid1, .vid2, .vid3, .vid4 {
	float: none;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
	padding: 3px;
	border: #000000 3px solid;
	}
}