*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
:root {
	--global-nav-collective-height: calc(var(--r-globalnav-height) + var(--global-nav-ad-bar-height));
	--r-globalnav-height: 48px;
	--global-nav-ad-bar-height: 0px;
	--content-height: 899px;
	--sub-content-height: 460px;
	--gutter-width: 15px;
	--gutter-color: #fff;

	--card-image-height: 80vh;
	--min-card-image-height: 580px;
	--max-card-image-height: 660px;
	--max-card-image-weight: 1920px;
	
	--row-number: 1;
	--grid-image-height: 80vh;
	--min-grid-image-height: 580px;
	--max-grid-image-height: 660px;

	--transform-row-number: 1;
	--half-transform-row-number: 1;
	--cards-gap: 25px;
	--transform-card-image-height: 80vh;
	--transform-min-card-image-height: 460px;
	--transform-max-card-image-height: 560px;
	--transform-max-card-image-weight: 1920px;

}

html {
  scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
	margin: 0;
    padding: 0;
    box-sizing: border-box;
	border: none;
}

.globalHeader{
    position: relative;
    display: grid;
    height: 58px;
    place-items: center;
}

.headerNav{
    position: relative;
    display: grid;
    place-items: center;
    height: 58px;
    width: 100%;
    background: rgba(22,22,25,0.8);
    z-index: 999;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.navMenu{
	position: fixed;
	display: grid;
	grid-template-columns: 20% 60% 20%;
	height: 50px;
    width: 100%;
    max-width: 1024px;
}


.cL{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.cLLogo{
	display: flex;
    cursor: pointer;
    opacity: 0.8;
}

.cLLogo:hover{
    opacity: 1;
    transition: opacity 400ms;
}

.cC{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.services{
	display: flex;
	height: 100%;
	width: 100%;
}

.desktopNav {
	display: flex;
	width: 100%;
    justify-content: space-between;
    align-items: center;
	list-style: none;
	
}

.desktopNav li a {
    color: azure;
    text-decoration: none;
    font-size: 14px;
	font-family: "Montserrat";
	font-weight: 400;
    letter-spacing: 0.8px;
	opacity: 0.8;
    text-transform: uppercase;
	cursor: pointer;
    transition: opacity 400ms;
}

.desktopNav li a:hover {
	color: #fff;
    opacity: 1;
}

.cR{
	display: flex;
	justify-content: center;
	align-items: center;
	right: 0;
	left: 0;
	bottom: 0;
}

.socialMediaIcons {
	position: absolute;
	display: flex;
	justify-content: space-between;
    align-items: center;
	list-style: none;
	height: 100%;
	width: 120px;
	z-index: 20;
}

.fb{
    background-image: url(../media/img/fb.svg);
    background-size: cover;
}

.ln{
    background-image: url(../media/img/ln.svg);
    background-size: cover;
}

.ig{
    background-image: url(../media/img/ig.svg);
    background-size: cover;
}

.fb,
.ln,
.ig{
    height: 16px;
	width: 16px;
	opacity: 0.8;
    transition: opacity 400ms;
}

.fb:hover,
.ln:hover,
.ig:hover {
	cursor: pointer;
	opacity: 1;
}

.mobNav{
	display: none;
}


.mainMobPortNav {
	position: relative;
	display: none;
    place-items: center;
	height: 58px;
    width: 100%;
    z-index: 999;
}

.mainMobPortNavMenu {
	display: grid;
	grid-template-columns: 15% 70% 15%;
	width: 95%;
    place-items: center;
}

.mainMobPortCL {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.mainMobPortCC {
	display: grid;
    place-items: center;
	transition: all 100ms ease;
	z-index: 400;
}

.mainMobPortCR {
	display: grid;
    place-items: center;
	width: 100%;
	z-index: 400;
}

.menu-icon{
	display: grid;
    place-items: center;
	cursor: pointer;
}

.menu-icon .line-1,
.menu-icon .line-2 {
	position: absolute;
	height: 1.5px;
	width: 22px;
	background: #FFF;
    z-index: 999;
}

.menu-icon .line-1 {
	margin-top: -7px;
}
	.menu-icon .line-2 {
	margin-top: 7px;
}

/* ---------------------- */

.close-icon{
	display: none;
    place-items: center;
	cursor: pointer;
	}

.close-icon .close-1,
.close-icon .close-2 {
	position: absolute;
	height: 1.5px;
	width: 22px;
	background: #FFF;
	z-index: 999;
	}

.close-icon .close-1 {
	transform: rotate(45deg);
	}

.close-icon .close-2 {
	transform: rotate(-45deg);
	}



.background-dark{
	background: #000;
}

.main {
	display: grid;
	width: 100%;
    max-width: 2560px;
    margin: 0;
	margin-top: 0px;
	place-items: center;
}

.section-page{
	display: grid;
    grid-template-columns: 1fr;
	width: 87.5%;
	place-items: center;
}

.enterprise-header{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	place-items: center;
	height: 10vh;
}

.main-frame{
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
}

.main-frame-header{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	place-items: center;
}

.header{
	height: 20vh;
	min-height: 150px;
    max-height: 250px;
	width: 100%;
}

h1{
	font-family: "Montserrat";
	font-size: 58px;
    line-height: 1.08349;
    font-weight: 600;
    letter-spacing: -.002em;
	color: #F0F0F5;
	justify-self: start;
	align-self: center;
}

h2{
	font-family: "Montserrat";
	font-size: 54px;
    line-height: 1.08349;
    font-weight: 600;
    letter-spacing: -.002em;
	color: #F0F0F5;
	justify-self: start;
	align-self: center;
}

h3{
	font-family: "Montserrat";
	font-size: 24px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: .009em;
	justify-self: end;
	align-self: center;
	background: #C44DFF;
	background: linear-gradient(to left, #C44DFF 0%, #5BFAFF 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

h4{
	font-family: "Montserrat";
	font-size: 34px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: .009em;
	justify-self: end;
	align-self: center;
}

.welcome-video{
	position: relative;
	width: 100%;
	height: var(--card-image-height);
    min-height: var(--min-card-image-height);
    max-width: var(--max-card-image-weight);
    max-height: var(--max-card-image-height);
	border-radius: 25px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcome-video-container{
	height: 100%;
	width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 25px;
}

.play-pause{
	position: absolute;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	height: 100%;
	width: 100%;
}

.play-pause-sticky{
	position: sticky;
	display: grid;
	justify-items: end;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.welcome-video-video{
	width: 100%;
	object-fit:cover;
	scale: 1.4;
}

.welcome-footer{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	place-items: center;
	height: 10vh;
}

.data-center-hero{
	display: grid;
    grid-template-columns: 1fr;
	width: 87.5%;
	place-items: center;
}

.data-center-content{
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
}

.data-center-header{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	place-items: center;
}

.data-center-features{
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	width: 100%;
	height: 100%;
	place-items: center;
}

.data-center-features-container{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	width: 100%;
	height: 100%;
}

.data-center-cards{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	grid-gap: 25px;
    list-style: none;
	place-items: center;
	height: 100%;
	width: 100%;
}

.data-center-cards-list{
	width: 100%;
	height: 100%;
}

.data-center-card-image{
	position: relative;
	display: grid;
	place-items: center;
	height: calc(var(--row-number) * var(--card-image-height));
    min-height: calc(var(--row-number) * var(--min-card-image-height));
    max-height: calc(var(--row-number) * var(--max-card-image-height));
	max-width: calc(var(--max-card-image-weight));
	border-radius: 25px;
}

.section-header{
	position: absolute;
	display: grid;
	place-items: center;
	text-align: center;
}

.section-header h2{
	font-family: "Montserrat";
	font-size: 52px;
    line-height: 1.5;
	letter-spacing: -0.08em;
    font-weight: 700;
	color: #FFF;
}

.card-image{
	display: flex;
	width: 100%;
    height: 100%;
	background-size: 100% 100%;
    background-repeat: no-repeat;
	border-radius: 25px;
}

.image-1{
	background-image: url("../media/img/mac_ease__bvgkz2zdltxy_large_2x.jpg");
}

.image-2{
	background: rgb(147,147,185);
	background: linear-gradient(0deg, rgba(147,147,185,1) 30%, rgba(196,195,229,1) 70%);
}

.image-3{
	background: rgb(170,190,185);
	background: linear-gradient(0deg, rgba(170,190,185,1) 30%, rgba(219,242,234,1) 70%);
}

.data-center-footer{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	place-items: center;
	height: 10vh;
	width: 100%;
}

.security-hero{
	display: grid;
    grid-template-columns: 1fr;
	width: 87.5%;
	place-items: center;
}

.security-content{
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
}

.security-header{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	place-items: center;
}

.security-header-title{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	height: 20vh;
	border-radius: 25px;
}

.title1{
	justify-self: start;
}

.title2{
	justify-self: start;
}

.security-header-title p{
	font-family: "Montserrat";
	font-size: 42px;
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: .009em;
	color: #A6A6AE;
}

.security-footer{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	place-items: center;
	height: 10vh;
	width: 100%;
}

.security-gallery{
	display: grid;
	width: 100%;
	height:fit-content;
	place-items: center;
}

.security-gallery-container{
	width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.security-gallery-container-grid{
	display: grid;
	grid-template-columns: 1fr;
    justify-items: stretch;
	border-radius: 25px;
}

.security-gallery-container-grid-item{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 30% 70%;
    background-color: rgba(20,20,20,0);
	border-radius: 25px;
	width: 100%;
	height: var(--grid-image-height);
    min-height: var(--min-grid-image-height);
    max-width: var(--max-grid-image-weight);
    max-height: var(--max-card-image-height);
}

.secure-section-header {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	background: #1B1C1D;
	border-radius: 25px;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.secure-section-header h2{
	font-family: "Montserrat";
	font-size: 52px;
    line-height: 1.5;
	letter-spacing: -0.009em;
    font-weight: 700;
	color: #FFF;
}

.secure-section-header-span{
	font-family: "Protest Riot";
	color:#2997ff;
	letter-spacing: 0.02em;
}


.secure-section{
	display: grid;
	height: 100%;
	width: 100%;
	place-items: center;
}

.secure-sub-section{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	height: 75%;
	width: 100%;
	grid-gap: 25px;
}

.sss{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.c1{
	background: #74BF4B;
	border-radius: 25px 0 0 0;
}

.c2{
	background:  #9393B9;
}

.c3{
	background: #B3CBE7;
	border-radius: 0 0 25px 0;
}

.sss h2{
	font-family: "Montserrat";
	font-size: 32px;
    line-height: 1.5;
	letter-spacing: -0.008em;
    font-weight: 600;
	color: #030305;
}



.transform-content{
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
}

.services-content
{
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	width: 87.5%;
}

.transform-header{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	place-items: center;
}

.transform-header-title{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	height: 20vh;
	border-radius: 25px;
	align-items: center;
}


.transform-header-title p{
	font-family: "Montserrat";
	font-size: 32px;
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: .009em;
	color: #A6A6AE;
}

.transform-features{
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	width: 100%;
	height: fit-content;
	place-items: center;
}

.transform-cards{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	grid-gap: var(--cards-gap);
    list-style: none;
	place-items: center;
	width: 100%;
	height: fit-content;
}


.transform-card{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr ;
	place-items: center;
	grid-gap: var(--cards-gap);
	width: 100%;
	height: var(--transform-card-image-height);
    min-height: var(--transform-min-card-image-height);
    max-height: var(--transform-max-card-image-height);
	max-width: var(--transform-max-card-image-weight);
}


.transform-card-image{
	display: flex;
	width: 100%;
	height: 100%;
}



.transform-image-1{
	background: rgb(70,90,85);
}

.transform-image-2{
	background: rgb(170,190,185);
}

.transform-footer{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	place-items: center;
	height: 10vh;
	width: 100%;
}

.services-hero{
	display: grid;
    grid-template-columns: 1fr;
	width: 100%;
	place-items: center;
}

.service-page{
	display: grid;
	height: var(--sub-content-height);
	width: 87.5%;
	margin-bottom: var(--cards-gap);
}

.services-header{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	place-items: center;
}

.sub-main-frame{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	height: var(--sub-content-height);
	width: 100%;
	grid-gap: var(--cards-gap);
}

.background-light{
	background: #F0F0F5;
}

.background-grey-light{
	background: #B4B9B9;
}

.background-grey-dark{
	background: #454B4B;
}

.background-black-dark{
	background: #1B1C1D;
}

.text-light{
	display: grid;
	justify-self: center;
	text-align: center;
	color: #F0F0F5;
}

.text-dark{
	display: grid;
	justify-self: center;
	text-align: center;
	color: #050507;
}

.sub-link{
	display: flex;
	height: 100%;
	width: 100%;
	text-decoration: none;
}


.sub-content{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 50% 50%;
	place-items: center;
	height: 100%;
	width: 100%;
}

.sub-transform{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	place-items: center;
	height: 100%;
	width: 100%;
}

.sub-transform-links{
	display: grid;
	place-items: center;
	grid-template-columns: 1fr;
	text-align: center;
	font-family: "Montserrat";
	z-index: 1;
}


.sub-cta-links{
	display: grid;
	grid-template-columns: 1fr;
	text-align: center;
	font-family: "Montserrat";
	z-index: 1;
}

h4{
	font-size: 36px;
	line-height: 1.5;
    font-weight: 600;
    letter-spacing: .010em;
	color: #f5f5f7;
	align-self: end;
	padding-bottom: 15px;

}

h5{
	font-size: 23px;
	line-height: 1.5;
    font-weight: 500;
    letter-spacing: .012em;
	color: #f5f5f7;
	align-self: end;
	padding-bottom: 15px;

}

h6{
    line-height: 1.16667;
	font-size: 19px;
    font-weight: 300;
    letter-spacing: .009em;
	font-family: "Montserrat";
	color: #2997ff;
	z-index: 1;
	align-self: center;
	justify-self: center;
}

.sub-learn-more{
	font-size: 19px;
}

.sub-unit-image{
	display: grid;
	width: 100%;
	height: 100%;
	justify-items: center;
	align-items: center;
}

.sub-surveillance-image{
	background-image: url(../media/img/ProductPhoto_Web_all_81831194379-Photoroom.png-Photoroom.png);
	width: calc(361px/2);
    height: calc(320px/2);
	background-size: 100% 100%;
    background-repeat: no-repeat;

}

.sub-wireless-image{
	background-image: url(../media/img/wirelessWAP.png);
	width: calc(879px/4);
    height: calc(448px/4);
	background-size: 100% 100%;
    background-repeat: no-repeat;

}

.sub-collaboration-image{
	background-image: url(../media/img/cisco-8861-3pcc-open-sip-ip-gigabit-phone-8861-3pcc-k9-1.png);
	width: calc(635px/3.5);
    height: calc(562px/3.5);
	background-size: 100% 100%;
    background-repeat: no-repeat;
}

.sub-tvsignage-image{
	background-image: url(../media/img/tv-signage.png);
	width: calc(792px/3.5);
    height: calc(468px/3.5);
	background-size: 100% 100%;
    background-repeat: no-repeat;
}




@media screen and (orientation: portrait)
{

	:root{
		--grid-card-height: 30vh;
	}

	.data-center-cards{
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr 1fr;
	}

	.title1{
		text-align: center;
	}
	
	.title2{
		text-align: center;
	}

	.transform-cards{
		grid-template-columns: 1fr ;
		grid-template-rows: 1fr 1fr;
	}
}

@media screen and (max-width: 734px) and (min-width: 0px) {

	.headerNav{
		display: none;
	}

	.mainMobPortNav {
		display: grid;
	}

	.mobNav{
		position: -webkit-sticky;
		position: fixed;
		display: flex;
		flex-direction: column;
		padding: 0px;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: 0vh;
		background: rgba(22,22,25,1);
		z-index: 999;
		justify-content: start;
		overflow: hidden;
		z-index: 250;
		transition: all 600ms ease;
	}
	
	.mobServices{
		display: flex;
		height: 100vh;
		width: 100%;
	}
	
	
	.mobServicesNav {
		position: absolute;
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 40vh;
		top: 15vh;
		justify-content: space-between;
		list-style: none;
		padding-left: 15%;
		z-index: 400;
	}

	.mobServicesNav li a {
		color: azure;
		text-decoration: none;
		font-size: 28px;
		font-family: "Montserrat";
		font-weight: 600;
		opacity: 1;
		text-transform: uppercase;
		cursor: pointer;
		line-height: 2.5;
	}

	.mobServicesNav li a.active{
		color: azure;
		opacity: 1;
		cursor: default;
	}

	.mobServicesNav li a:hover {
		color: azure;
		opacity: 1;
	}
	
	.mobServicesNav .mediaIcons{
		padding-top: 10%;
	}
	
	.mediaIcons {
		display: flex;
		width: 30vw;
		justify-content: space-between;
		align-items: center;
		max-width: 145px;
	}

	
	.mediaIcons img {
		height: 20px;
		width: 20px;
	}
	
	.fb,
	.ln,
	.ig{
		height: 20px;
		width: 20px;
		opacity: 1;
	}

	h1{
		font-size: 48px;
		margin-bottom: 10px;
	}
	
	h2{
		font-size: 38px;
		margin-bottom: 10px;
	}
	h3{
		font-size: 21px;
		margin-top: 5px;
	}

	h4{
		font-size: 28px;
	}

	h5{
		font-size: 21px;
	}


	.data-center-header h2{
		font-size: 38px;
		align-self: center;

	}

	.security-header-title {
		place-items: center;
	}

	.security-header-title p {
		font-size: 24px;
	}

	.secure-section-header h2{
		font-size: 28px;
	}


}

@media screen and (max-width: 734px) and (min-width: 0px) and (orientation: portrait)
{
	:root{
		--content-height: 500px;
		--sub-content-height: 900px;
		--card-image-height: 60vh;
		--min-card-image-height: 400px;
		--max-card-image-height: 660px;

		--grid-image-height: 100vh;
		--min-grid-image-height: 1280px;
		--max-grid-image-height: 960px;
	}

	.main-frame-header{
		grid-template-columns: 1fr ;
		grid-template-rows: 1fr 1fr;
		justify-items: center;
		text-align: center;
	}

	h1{
		align-self: center;
		justify-self: center;
	}

	h2{
		align-self: center;
		justify-self: center;
	}

	h3{
		place-self: center;
	}

	.sub-main-frame{
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr;
	}

	
	.secure-sub-section{
		grid-template-rows: repeat(3, 1fr);
		grid-template-columns: 1fr;
		height: 90%;
	}

	.secure-section-header h2{
		font-size: 34px;
		width: 80%;
	}

	.security-gallery-container-grid-item {
		grid-template-rows: 25% 75%;
	}

	.sss h2 {
		font-size: 28px;
	}
}


@media screen and (max-width: 320px) and (min-width: 0px) and (orientation: portrait){
	:root{
		--card-image-height: 50vh;
		--min-card-image-height: 250px;
		--max-card-image-height: 660px;

		--sub-content-height: 750px;
	}

	.data-center-header h2{
		font-size: 28px;
	}

	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 17px;
	}

	h3 {
		font-size: 17px;
	}
	
	h4 {
		font-size: 21px;
	}

	
	h5 {
		font-size: 17px;
	}

	.section-header h2 {
		font-size: 40px;
	}

	.secure-section-header h2 {
		font-size: 26px;
	}

	.sss h2 {
		font-size: 22px;
	}

	.sub-surveillance-image {
		width: 150px;
		height: 130px;
	}

	.sub-wireless-image{
		width: 150px;
		height: 76px;
	}

	.sub-collaboration-image{
		width: 150px;
		height: 133px;
	}

	.sub-tvsignage-image{
		width: 150px;
		height: 89px;
	}

}

@media screen and (max-height: 1024px) and (min-width: 0px) and (orientation: landscape) {




}

@media screen and (max-width: 960px) and (min-width: 0px) and (orientation: landscape) 
{
	:root{
		--transform-card-image-height: 40vh;
		--transform-min-card-image-height: calc((980px + var(--cards-gap))/3);
		--transform-max-card-image-height: calc((1260px + var(--cards-gap))/3);
	}

	.secure-section-header h2{
		font-size: 28px;
	}
	
	.section-header h2 {
		font-size: 32px;
	}

	.secure-sub-section{
		height: 65%;
	}

	.sss h2 {
		font-size: 22px;
	}
}

@media screen and (max-width: 1380px) and (min-width: 961px) and (orientation: landscape) 
{
	:root{
		--transform-card-image-height: 60vh;
		--transform-min-card-image-height: calc((980px + var(--cards-gap))/2);
		--transform-max-card-image-height: calc((1260px + var(--cards-gap))/2);
	}

}