.video-container {
	overflow:hidden;
}
.video-thumbnail {	
	width: 100%;
	height: 200px;
	background-position: center;
	background-size: cover;
	transition:.2s ease all;
	text-align: center;
}
.video-thumbnail:hover {
	transform: scale(1.2);
}
.playBtn {
    position: absolute;
    top: 50px;
    left: 40%;
    margin: auto;
    pointer-events: none;
    opacity: .8;
    width: 80px;
    transition:.2s ease all;
}