.videoIndex:hover{
	transform: scale(1.1);
	box-shadow: 7px 7px 20px white, -7px -7px 20px white;
	border-radius: 15px;
}

.playButton {
	z-index: 1;
}
