.tp-video-wrapper {
	position: relative;
	display: inline-block;
	border-radius: 35px;
	overflow: hidden;
}
.tp-video-wrapper video {
	display: block;
}
.tp-video-wrapper figure{
	margin-bottom: 0;
}
.tp-video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: transparent;
	border: none;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	font-size: 24px;
	cursor: pointer;
	z-index: 10;
	border: none !important;
	outline: none  !important;
}

.tp-video-play svg{
	max-width: 50px;
}