@font-face {
	font-family: 'ITC_180';
	src: url(../share-font/ITC_MACHINE_med_180.woff2);
}

.main-features {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
.main-features article {
	max-height: 100vh;
	padding-left: 100px;
	padding-right: 100px;
	display: grid;
	text-align: left;
	gap: 2%;
	align-items: center;
	grid-template-rows: 1fr 5fr;
	grid-template-columns: 2fr 5fr 2fr;
	grid-template-areas: "hed hed hed" "lft vis rgt";
}
.main-features article .head {
	grid-area: hed;
	align-self: flex-start;
	text-align: center;
}
.main-features h3 ,
.main-features h4 {
	line-height: 1.33334;
}
.main-features .head h3 {
	color: rgba(255, 255, 255, .7);
	font-size: 1.75rem;
	font-family: 'ITC_180';
	text-transform: uppercase;
}
.main-features .head h3,
.main-features .head p {
	margin: 0 auto;
}
.main-features .head p {
	color: rgba(255, 255, 255, 1);
	line-height: 1.66667;
	letter-spacing: .015em;
	font-size: 1.25rem;
}
.HEvisual {
	grid-template-columns: vis;
	width: 100%;
	height: 100%;
	min-height: 150px;
	display: flex;
	text-align: left;
	/* padding: 2% 5%; */
	margin: 1rem 0;
}
.main-features li {
	font-size: 1.25rem;
	line-height: 2;
}
.main-features li span {
	line-height: 1.66667;
	color: rgba(255, 255, 255, .7);
}
.main-features h4 {
	font-size: 1.375rem;
}



.HEvisual .cam-vv ,
.HEvisual .cam-s35 {
	/* background-repeat: no-repeat;
	background-size: contain;
	background-position-y: center; */
}
.HEvisual .cam-vv {
	/* background-position-x: right; */
}

.HEvisual>div {
	width: 50%;
	height: 100%;
}
.HEvisual .cam-s35  {
	/* background-position-x: left; */
	/* background-image: url("../Red/v-raptor-xl-img/camera-xl-s35.jpg"); */
	/* transform-origin: 250% -10%; */
}
.main-features article .col-left ,
.main-features article .col-right {
	/* max-width: calc(350px * var(--font-size)); */
	max-width: 25vw;
	/* height: 100%; */
	padding-top: 3%;
	
}
/* .main-features article .col-left li,
.main-features article .col-right li {
	height: 25%;
	border: 1px salmon solid;
} */
.main-features article .col-left {
	grid-area: lft;
	justify-self: flex-end;
}
.main-features article ul {
	/* margin-bottom: .66667em; */
	/* padding: 0; */
}
.main-features h4 .condense {
	display: inline-block;
	/* transform: scaleX(.6); */
	/* margin: 0 -.25em; */
}
.main-features article .col-right {
	grid-area: rgt;
}


.tech-specs {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: auto;
	max-height: 100%;
	margin-top: 5%;
	
}
.tech-specs h3 {
	margin: 1rem 0 0 0;
	text-align: center;
	line-height: 1.3334;
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: 1rem;
	color: rgba(255, 255, 255, .8);
}
.tech-specs table {
	width: 100%;
	/* max-width: 1024px; */
	max-width: 80vw;
	border-collapse: collapse;
	border-spacing: 0;
}
.tech-specs table tr {
	
}
.tech-specs table [colspan] {
	color: rgba(255,255,255,.5);
	text-align: right;
	font-size: 1.5rem;
	border-bottom: 1px solid rgba(255,255,255,.4);
	margin: 0;
	padding: 2em 80% .5em 0;
	
}
.tech-specs table td,.tech-specs table th {
	font-size: 1.375rem;
	
}
.tech-specs table th {
	width: 25%;
	max-width: 200px;
	padding: 1em 5% .33334em 0;
	text-align: right;
	font-size: 1.375rem;
	line-height: 1.66667;
	margin-bottom: .33334em;
}
.tech-specs table td {
	width: 75%;
	/* max-width: 640px; */
}
.tech-specs table td p {
	margin: 1rem 0;
}
.tech-specs table .split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10%;
	/* background-image: linear-gradient(to right,transparent calc(50% - .5px),rgba(255,255,255,.2) calc(50% - .5px),rgba(255,255,255,.1) calc(50% + .5px),transparent calc(50% + .5px)); */
}
.tech-specs table .split h4 {
	margin: 1em 0 0;
	text-align: left;
	font-family: 'ITC_180';
	font-size: 1.625rem;
	line-height: 1.33334;
}
.tech-specs table .split p {
	text-align: left;
	margin: 1em 0 .33334em;
	line-height: 1.66667;
	letter-spacing: .015em;
}

@media screen and (max-aspect-ratio:3/4){
	.main-features {
		padding-left: 6.667%;
		padding-right: 6.667%;	
	}
	}
@media screen and (max-aspect-ratio:4/3){
		.main-features {
			padding-left: 25px;
			padding-right: 25px;
		}
	}
@media (max-width:1600px){
	.main-features article {
		grid-template-rows: 2fr 5fr 5fr;
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "hed hed " "vis vis" "lft rgt";
	}
	.HEvisual {
		margin: 0 0 0 40%;
	}
	.tech-specs p {
		line-height: 1.3334;
	}
}
@media (max-width:1200px){
	/* .main-features article {
		padding-left: 6.667%;
		padding-right: 6.667%;
		border: yellow 1px dashed;
	} */
	.HEvisual {
		grid-area: vis;
		width: 100%;
		height: auto;
		margin: -6% 0 0 0;	
	}
	.main-features article .col-left, 
	.main-features article .col-right {
		max-width: 30vw;
		margin: 0;
		padding: 0;
	}
	.main-features article .col-left li,
	.main-features article .col-right li {
		height: 5vh;
	}
}
@media (max-width:768px){
	.main-features article {
		grid-template-rows: min-content auto min-content min-content; 
		grid-template-columns:1fr;
		grid-template-areas: "hed" "vis" "lft" "rgt";
		gap: 0;
	}
	.HEvisual {
		padding: 5% 0 5% 0;
		margin: 0;
	}
	.main-features article .col-left,
	.main-features article .col-right {
		width: 100%;
		max-width: 35em;
		justify-self: center;
	}
	.tech-specs {
		width: 90vw;
		margin: 0 5vw;
		padding: 0;
		
	}
	.tech-specs table [colspan] {
		text-align: center;
		padding: 2em 0 .5em ;	
	}
	.tech-specs table th,
	.tech-specs table p {
		line-height: 1.33334;
		font-size: 0.875rem;	
	}
	.tech-specs table .split h4 {
		font-size: 1rem;
		font-weight: 0;
	}
}
@media (max-width:600px){
	.main-features article {
		padding-left: 25px;
		padding-right: 25px;
	}
	.tech-specs {
		width: 95vw;
		margin: 0;
		padding: 0;
		
	}
	.tech-specs table th {
		text-align: left;
	}
	.tech-specs table th,
	.tech-specs table p {
		line-height: 1.3334;
		font-size: 0.75rem;	
	}
	}
@media (max-width:425px) {
	.main-features .head h3 {
		font-size: 1.25rem;
	}
	.main-features .head p {
		font-size: 1rem;
	}
	.main-features article .col-left li, 
	.main-features article .col-right li {
		font-size: 0.875rem;
		height: 4vh;
	}
	.main-features h4 {
		font-size: 1.125rem;
	}
	.tech-specs h3 {
		font-size: 1.5rem;
	}
	.tech-specs table {
		width: 80vw;
		margin: 0 5vw;
	}
	.tech-specs table th, 
	.tech-specs table p {
		font-size: 0.5rem;
	}
}


