.x11-landing {
	overflow: hidden;
	max-width: 2160px;
	margin: auto;
	background-color: #f5f5f5;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #000000;
	line-height: 1.25;
}

.x11-landing section {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: unset;
}

.x11-landing img {
	max-width: 100%;
}


.x11-landing .d-flex {
	display: flex;
	flex-wrap: wrap;
}

.x11-landing .d-flex.row:before,
.x11-landing .d-flex.row:after {
	display: none;
}


.x11-landing .align-items-start {
	align-items: start;
}

.x11-landing .align-items-center {
	align-items: center;
}

.x11-landing .align-self-center {
	align-self: center;
}

.x11-landing .align-self-end {
	align-self: flex-end;
}


.x11-landing .content-wrapper {
	position: relative;
	z-index: 99;
	min-height: 530px;
}

.x11-landing .content-inner {
	padding-top: 35px;
	padding-bottom: 120px;
}

.x11-landing .media {
	overflow: visible;
	text-align: center;
}


.x11-title {
	margin: 30px 0 50px;
	font-size: 36px;
	font-weight: 900;
	color: #292929;
	text-transform: uppercase;
	line-height: 1;
}



.x11-silver {
	overflow: hidden;
	background-position: center !important;
}

.x11-silver .media {
	height: 100%;
}

.x11-silver .x11-silver-phone-front {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 7%;
	transform: translateY(-85%);
}

.x11-silver .x11-silver-phone-front.aos-animate {
	transform: translateY(-75%);
}

.x11-silver .x11-silver-phone-back {
	position: absolute;
	/*top: 50%;*/
	/*left: 44%;*/
    transform: translateY(-57%);
}

.x11-silver .x11-silver-phone-back.aos-animate {
	transform: translateY(-67%);
}



.x11-gold {
	overflow: hidden;
} 

.x11-gold .media {
	height: 100%;
}

.x11-gold .media img {
	position: absolute;
	top: 48px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}


.x11-rose .media {
	height: 100%;
}

.x11-rose .media img {
	position: absolute;
	top: -15px;
	left: 50%;
	max-width: 120%;
	transform: translateX(-52%);
}


.x11-display {
	overflow: hidden;
	position: relative;
	z-index: 99;
	background-color: #f5f5f5;
}

.x11-display .media {
	padding-top: 35px;
	padding-bottom: 35px;
}


.x11-flashlight {
	overflow: hidden;
	color: #fff;
	background-color: #000000;
}

.x11-flashlight .x11-title {
	color: inherit;
}

.x11-flashlight .media {
	height: 100%;
}

.x11-flashlight .media img {
	position: absolute;
	left: 50%;
	height: 100%;
	max-width: none;
	transform: translateX(-50%);
}


.x11-features,
.x11-equipment {
	background-color: #fff;
}

.x11-features .x11-title,
.x11-equipment .x11-title {
	text-align: center;
}


.x11-features {
	padding-top: 35px;
	padding-bottom: 35px;
}


.x11-features-grid,
.x11-equipment-grid {
	display: flex;
	justify-content: center;
	margin-top: 15px;
	margin-bottom: -40px;
}

.x11-features-grid {
	margin-top: 40px;
	margin-left: -10px;
	margin-right: -10px;
}

.x11-features-grid:before,
.x11-features-grid:after,
.x11-equipment-grid:before,
.x11-equipment-grid:after {
	display: none;
}

.x11-features-grid .x11-feature-item,
.x11-equipment-grid .x11-equipment-item {
	margin-bottom: 40px;
}

.x11-features-grid .x11-feature-item {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
	padding-left: 10px;
	padding-right: 10px;
}

.x11-equipment-grid .x11-equipment-item  {
    flex: 1;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
}


.x11-feature-card {
	font-size: 16px;
	line-height: 1.56;
	text-align: center;
	color: #434343;
}

.x11-feature-media {
	width: 110px;
	height: 110px;
	margin: 0 auto;
}

.x11-feature-title {
	font-size: 16px;
	font-weight: 900;
	color: inherit;
}


.x11-equipment-card {
	display: block;
	font-size: 20px;
	color: #000000;
	text-align: center;
	text-decoration: none;
}

.x11-equipment-card:hover {
	color: #000000;
}

.x11-equipment-media {
	position: relative;
	width: 64px;
	height: 64px;
	margin: 0 auto 15px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	background-color: #ffffff;
}

.x11-equipment-media img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 60%;
	max-height: 60%;
	margin: auto;
}
