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

.mach-about-video {
	font-size: var(--mach-aboutvideo-title-size);
	padding: 0 0 0 0;
}

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

.mach-about-video p {
	font-size: var(--mach-aboutvideo-text-size);
	font-family: var(--font-family);
	color: var(--text-color);
	line-height: 1.5;
}

.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 span {
	display: block;
	/* font-size: 1.84em; */
	font-family: var(--font-family);
	color: var(--color-primary);
	line-height: 0.82;
}

.about-videofr__mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.3;
}

.mach-about-video .about-videofr {
	position: relative;
}
.mach-about-video .about-videofl h2 {
	font-size: 36px;
}
.mach-about-video .about-videofl p {
	margin-top: 0;
}

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

.mach-about-video .about-videofr > img {
	width: 100%;
	aspect-ratio: 760/420;
	object-fit: cover;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}

.mach-about-video .about-videofr: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 .pulse {
	position: absolute;
	left: 50%;
	top: 50%;
	height: calc(var(--mach-aboutvideo-btn-size) * 0.8142);
	width: calc(var(--mach-aboutvideo-btn-size) * 0.8142);
	transform: translate(-50%, -50%);
	background: var(--color-primary);
	border-radius: 100%;
	cursor: pointer;
}

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

.mach-about-video .pulse img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.mach-about-video .pulse .qico {
	z-index: 2;
	font-size: 28px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

.mach-about-video .ring {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: var(--mach-aboutvideo-btn-size);
	width: var(--mach-aboutvideo-btn-size);
	border-radius: 100%;
	border: 1px solid #fff;
}

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

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

@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 (min-width: 992px) {
	.mach-about-video .about-videofl {
		padding-right: 1.2em;
	}
	
}

@media (max-width: 1280px) {
.mach-about-video .about-videofl h2 {
	font-size: 28px;
}
}

@media (max-width: 992px) {
	.mach-about-video .about-videofr {
		margin-top: 1em;
	}
	
}

@media screen and (max-width: 1500px) {
	:root {
	  --mach-aboutvideo-title-size: 44px;
	  --mach-aboutvideo-text-size: 16px;
	  --mach-aboutvideo-btn-size: 134px;
	}
  }
  
  @media screen and (max-width: 1280px) {
	:root {
		--mach-aboutvideo-title-size: 38px;
		--mach-aboutvideo-text-size: 16px;
		--mach-aboutvideo-btn-size: 128px;
	}
  }
  
  @media screen and (max-width: 1200px) {
	:root {
		--mach-aboutvideo-title-size: 38px;
		--mach-aboutvideo-text-size: 16px;
		--mach-aboutvideo-btn-size: 122px;
	}
  }
  
  @media screen and (max-width: 992px) {
	:root {
		--mach-aboutvideo-title-size: 32px;
		--mach-aboutvideo-text-size: 14px;
		--mach-aboutvideo-btn-size: 140px;
	}
  }
  
  @media screen and (max-width: 768px) {
	:root {
		--mach-aboutvideo-title-size: 26px;
		--mach-aboutvideo-text-size: 14px;
		--mach-aboutvideo-btn-size: 134px;
	}
	.mach-about-video .about-videofl h2 {
	font-size: 24px;
}
  }
  
  @media screen and (max-width: 576px) {
	:root {
		--mach-aboutvideo-title-size: 20px;
		--mach-aboutvideo-text-size: 14px;
		--mach-aboutvideo-btn-size: 128px;
	}
  }