@media (max-width: 1023px) {
	video {
		width: 100% !important;
		height: auto !important;
		min-width: 1022px;
	}
}
.video_wrapper {
	position: relative;
	/*padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;*/
	height: 600px;
	width: auto;
}
source {
	width: 100%;
}
object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.holder_ {
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.promo-link {
	width: 100%;
	height: 100%;
}
