.arivoc-popup-video-wrapper {
	display: flex;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
.arivoc-popup-video-wrapper .video-back {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
}
.arivoc-popup-video-wrapper .video-box {
	max-width: 100%;
	max-height: 100%;
	background-color: transparent;
	margin: auto;
	position: relative;
}
.arivoc-popup-video-wrapper .video-close {
	width: 32px;
	height: 32px;
	background: url(images/closeX.png) no-repeat center;
	position: absolute;
	top: 14px;
	right: 14px;
	cursor: pointer;
	z-index: 1000;
}

@media screen and (max-width: 640px),
@media screen and (max-device-width: 640px) {
	/* .arivoc-popup-video-wrapper .video-box {
		width: 640px;
		height: 360px;
		margin-left: -320px;
		margin-top: -180px;
	}
	.arivoc-popup-video-wrapper .video-close {
		display: none;
	} */
}