/**{
		margin: 0;
		padding: 0;
}

body{
	background: #2e8d86;
}*/

.videocontainer
{
		width: 80%;
		margin: 80px auto;
}

.videocontainer h1{
	padding: 60px 0;
	color: #fff;
	font-size: 44px;
	text-align: center;
}

.rowvideo{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.colvideo{
	flex-basis: 50%;
	min-width: 250px;
}

.feature-img-video{
	width: 83%;
	margin: auto;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}

.small-img-rowvideo{
	display: flex;
	background: #efefef;
	margin: 20px 0;
	allign-items: center;
	border-radius: 6px;
	overflow: hidden;
	width: 80%;	
}

.small-imgvideo{
	position: relative;
	
}

.small-imgvideo img{
	width: 150px;
	
}


.small-img-rowvideo  p{
	margin-left: 20px;
	color: #707070;
	line-height: 22px;
	font-size:  15px;
}

.play-buttonvideo{
		width: 60px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		cursor: pointer;
}

.gt-video-player{
		width: 80%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);	
		display: none;
}

video:focus{
	outline: none;
}

.close-buttonvideo{
		position: absolute;
		top: 10px;	
		right: 10px;
		width: 30px;
		cursor: pointer;
}
