.pt_plus_video_player {
	display: block;
	position: relative;
	width: 100%;
}

.pt_plus_video-box-shadow {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.pt_plus_video_player {
	position: relative;
	overflow: hidden;
}

.ts-video-wrapper {
	width: 100%;
	display: block;
}

.ts-video-wrapper.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	height: auto;
	overflow: hidden;
	max-width: 100%;
}

.ts-video-wrapper.embed-container iframe, .ts-video-wrapper.embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.pt_plus_video_player a {
	display: flex;
}