/* Localised screen start  */

/* HERO 3 - START */

.section-hero .image-container-2 .hero-image-3 .glass-screen {
	display: none;
}

.section-hero .image-container-2 .hero-image-3 .glass-hardware {
	mask-image: none;
}

.section-hero .image-container-2 .hero-image-3 picture img {
	transform: translate(-391px, -40px);
}

@media only screen and (max-width: 1068px) {
	.section-hero .image-container-2 .hero-image-3 picture img {
		transform: translateX(0);
	}
}

@media only screen and (max-width: 734px) {
	.section-hero .image-container-2 .hero-image-3 picture img {
		transform: translateX(17px);
	}

	.section-hero .hero-content .hero-intro {
		margin-top: 78px;
	}
}

/* HERO 3 - END */

/* Localised screen end */

/* =================================== */

/* localised fixes start */

@media only screen and (min-width: 1069px) {
	.section-routers .router-carriers .router-content {
		justify-content: center;
	}
}

/* localised fixes end */
