/* Local screens start */

/* Local screens end */

/* Local fixes — START */

/* Code to increase copy container width for localised copy START */

.main .memory .stat-container .reduced-copy.anz-fix {
	max-width: 175px;
}

@media only screen and (max-width: 1068px) {
	.main .memory .stat-container .reduced-copy.anz-fix {
		max-width: 100%;
	}
}

/* Rack height - START */
@media only screen and (max-width: 734px) {
	.section-size .rack .typography-body-reduced.anz-rack-height {
		width: 85px;
	}
}
/* Rack height - END */

/* Tower height - START */
@media only screen and (max-width: 734px) {
	.section-size .tower .typography-body-reduced.anz-tower-height {
		text-align: center;
	}
}
/* Tower height - END */

/* Code to increase copy container width for localised copy END */

/* Local fixes — END */
