:root {
	--mach-aboutvideo-title-size: 50px;
	--mach-aboutvideo-text-size: 16px;
	--mach-aboutvideo-btn-size: 140px;
}

.mach-about-video {
	padding-top: 100px;
}

.mach-about-video .container {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}



.mach-about-video p {
	margin-top: 20px;
	font-size: 18px;
	color: #333;
	line-height: 30px;
}

.mach-about-video .videos{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;    
	background: rgba(0,0,0,0.5);
	text-align: center;
	z-index: 999;
	overflow: hidden;
}
.mach-about-video .videos #video{
	position: fixed;
	left: 10%;
	top: 10vh;
	 width:80%; 
	 height: 80vh;
	 background: #000;
	 z-index: 999;
}
.mach-about-video .vclose { 
	position:absolute;
	right:3%; 
	top:5%; 
	width: auto;
	cursor: pointer; 
}


.mach-about-video .about-videofl {
	width: 46.8%;
	margin: auto;
}


.mach-about-video .about-videofl span {
	font-family: var(--font-family);
	display: block;
	height: 65px;
	font-size: 94px;
	color: var(--color-primary);
	line-height: 88px;
	overflow: hidden;
}



.mach-about-video .about-videofr__wrap {
	position: relative;
	width: 44.4%;
	height: 100%;
}

.mach-about-video .about-videofr__wrap picture{
	display: block;
	overflow: hidden;
}

.mach-about-video .about-videofl p {
	margin-top: 0;
}

.mach-about-video .about-videofr__wrap span {
	display: block;
	overflow: hidden;
}

.mach-about-video .about-videofr__wrap  img {
  width: 100%;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;

}

.mach-about-video .about-videofr__wrap:hover  img {
	--webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);

}

.mach-about-video .about-videofr__wrap .pulse {
	left: auto;
	top: auto;
	left: -50px;
	bottom: -35px;
	margin: 0;
	text-align: center;
	color: #fff;

}

.mach-about-video .pulse {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100px;
	width: 100px;
	margin-top: -50px;
	margin-left: -50px;
	background: var(--color-primary);
	border-radius: 100%;
	cursor: pointer;
}

.mach-about-video .about-videofr__wrap:hover img,
.mach-about-video .about-videofr__wrap:hover .about-videofr__wrap__mask {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.mach-about-video .pulse img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -9px;
	margin-left: -8px;
	z-index: 2;

}

.mach-about-video .pulse .qico {
	z-index: 2;
	font-size: 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -18px;
	margin-left: -8px;
	z-index: 2;
	font-size: 24px;
}

.mach-about-video .ring {
	position: absolute;
	top: 0;
	background: inherit;
	height: 100%;
	width: 100%;
	border-radius: 100%;
	opacity: 0.2;
	animation: pulsing 2.5s ease-out infinite;

}

.mach-about-video .vclose {
	position: absolute;
	right: 3%;
	top: 5%;
	width: auto;
	cursor: pointer;
  }
  
.mach-about-video .vclose::before {
	font-size: 32px;
	color: #fff;
  }



@keyframes pulsing {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@media screen and (max-width: 1580px) {
	.mach-about-video {
		padding-top: 80px;
	}

	.mach-about-video .about-videofl p,
	.mach-about-video .about-videofl span {
		margin-top: 0px;
	}

	.mach-about-video .about-videofl span {
		font-size: 72px;
	}

	.mach-about-video .about-videofr__wrap {
		width: 47%;
	}

	.mach-about-video .pulse {
		width: 86px;
		height: 86px;
		line-height: 86px;
	}

	.mach-about-video .about-videofr__wrap {
		margin-top: 65px;
	}

	.mach-about-video .about-videofr__wrap .pulse {
		left: -37px;
		bottom: -28px;
	}
}

@media screen and (max-width: 1400px) {
	.mach-about-video p {
		line-height: 24px;
	}
}

@media screen and (max-width: 1280px) {
	.mach-about-video .mach-about-video {
		padding-top: 70px;
	}

	.mach-about-video .pulse {
		width: 78px;
		height: 78px;
		line-height: 78px;
	}

	.mach-about-video .pulse img {
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
	}

	.mach-about-video .pulse .qico {
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -15px;
		margin-left: -8px;
		z-index: 2;
		font-size: 24px;
	}
}



@media screen and (max-width: 960px) {
	.mach-about-video  .mach-about-video  {
		padding-top: 50px;
	}

	.mach-about-video  .about-videofl {
		width: 100%;
	}

	.mach-about-video  .about-videofr__wrap {
		margin-top: 30px;
		width: 96%;
	}

	.mach-about-video  .about-videofr__wrap .pulse {
		right: -20px;
		left: auto;
		bottom: -25px;
		width: 60px;
		height: 60px;
		line-height: 60px;
	}

	.mach-about-video  .pulse img {
		width: 14px;
		margin-top: -8px;
		margin-left: -5px;
	}

	.mach-about-video  p {
		margin-top: 16px;
		font-size: 15px;
		line-height: 22px;
	}
}




