/*
.vimeo-wrapper {
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.vimeo-wrapper .play-icon {
	position: absolute;
	z-index: 1000;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url("/js/plugins/smartvimeoembed/img/993ad74db67c858566e82ef22ade843ee0b4849f/icon-play.png") no-repeat center center;
}
*/

.vimeo-wrapper {
	cursor: 				pointer;
	position: 				relative;
}

.vimeo-wrapper .play-icon {
	position: absolute;
	z-index: 1000;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url("/js/plugins/smartvimeoembed/img/993ad74db67c858566e82ef22ade843ee0b4849f/icon-play.png") no-repeat center center;
}

.video-thumb {
	width: 	100%;
	margin-bottom: 1.5em;
}

.vimeo-wrapper iframe {
	position: 			absolute;
	top: 				0;
	left: 				0;
	width: 				100%;
	height: 			93.4%;  /* 16:9 */
}
