.show-for-small {
	display: none;
}

.show-for-medium {
	display: none;
}

.show-for-large {
	display: block;
}

@media only screen and (max-width: 1068px) {
	.show-for-small {
		display: none;
	}

	.show-for-medium {
		display: block;
	}

	.show-for-large {
		display: none;
	}

	.hide-for-medium {
		display: none;
	}
}

@media only screen and (max-width: 735px) {
	.show-for-small {
		display: block;
	}

	.show-for-medium {
		display: none;
	}

	.show-for-large {
		display: none;
	}

	.hide-for-small {
		display: none;
	}

	.hide-for-medium {
		display: inline-block;
	}
}

@media only screen and (min-width: 1068px) {
	.section-accessibility .description-copy {
		max-width: fit-content;
	}
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.table-table-13 .section-chip .techspecs-column:nth-last-child(-n + 3) .copy-item:first-of-type .techspecs-list li:nth-child(3) {
		margin-top: 50px;
	}
}

.table-table-13 .section-memory .techspecs-column p:nth-of-type(2) {
	min-height: unset;
}

@media only screen and (max-width: 734px) {
	.section-size-weight .image-wrapper.figure-top-view .caption-depth {
		transform: translate(124px, 85px);
	}
}

@media only screen and (max-width: 734px) {
	.section-size-weight .image-wrapper.figure-side-view .caption-height {
		transform: translate(116px, 4px);
	}
}
