.YoutubeVideoList .VideoList {
	margin: 20px 0px;
	width: 100%;
	display: flex;
	align-content: center;
	align-items: center;
  	list-style: none;
}

.YoutubeVideoList .VideoItem {
	width: 33%;
	padding: 0;
	margin: 5px 0;
  	text-align: center;
}

.YoutubeVideoList .image img {
	border-radius: 6px;
}

.YoutubeVideoList .image img:hover {
	transform: scale(1.1);
  	transition: ease 0.5s;
}

.YoutubeVideoList .VideoItem .title {
	margin-top: 15px;
	font-size: 18px;
}

#ctrl_19396_76_pageVideo{
	display: none;
}

.YoutubeVideoList .VideoItem .image img {
	width: 92%;
}