.video_container {position:relative;background-color:#f1f1f1;padding-top:30px;padding-bottom:30px;min-height:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;}

.video_product{
	position: relative;
	width: 100%;
	height: calc((9 / 16) * 100vw);
	max-height: calc(100vh - 169px);
	min-height: 480px;
	background: #000;
}

