.container{
	flex:1;
	display: flex;
	background: #909ea5;
	justify-content: center;
	align-items: center;
	/*height: 100vh;*/
	overflow:auto;
}

.videos{
	width: 500px;
	position: relative;
	align-items:center;
	justify-content: center;
}

video{
	width:500px;
	border:2px solid #303f50;
}
.c-video{
	width: 500px;
	max-width: 500px;
	position: relative;
}

.titles{
	border: 1px solid #303f50 ; 
	padding: 8px;
	background:#75869a;
}
/*
.controls{
	display: flex;
	position: absolute;
	bottom: 0;
	width: 100%;
	flex-wrap: wrap;
	background: rgba (#0, 0, 0, 0.7);
}

.buttons button {
	background: none;
	border: 0;
	outline: 0;
	cursor: pointer;	
}

buttons button:before{
	content: '\f144';
	font-family: 'Font Awesome 5 Free';
	width: 30px;
	height: 30px;
	display: inline-block;
	font-size: 28px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}
*/