.ytimage {
	position:relative;
		display: flex;
	align-items: center;
	justify-content: center;
}

.ytimage .ytvbutton  {
	background-image: url('/_webpics/video-play-button-procamed.svg');
	background-size:cover;
	display: inline-block;
	width: 60px;
	height: 60px;
	z-index:2;
	position:absolute;
}