/*------------------------------------*\
	 LOCAL SCREENS
\*------------------------------------*/






/*------------------------------------*\
	 END LOCAL SCREENS
\*------------------------------------*/





/*------------------------------------*\
	 LOCAL FIXES
\*------------------------------------*/

@media only screen and (max-width:734px) {
	.typography-specs-ar-link {
		font-size: 14px;
	}
}
	
@media only screen and (min-width:1069px) {
	html.text-zoom {
		.section-techspecs .section-at-a-glance .grid-container .grid-item-memory span {
			word-break: break-word;
		}
	}
}

@media only screen and (max-width:1068px) {
	html.text-zoom {
		.section-techspecs .section-at-a-glance .grid-container {
			grid-template-columns: repeat(2,1fr);
		}
	}	
}

@media only screen and (max-width:734px) {
	html.text-zoom {
		.section-techspecs .section-at-a-glance .grid-container {
			grid-template-columns: repeat(1,1fr);
		}

		.section-techspecs .section-at-a-glance .grid-container .grid-item-storage {
			margin-left: 0;
		}
	}	
}

@media only screen and (min-width:1069px) {
.section-size-weight .size-weight-picture .caption:nth-of-type(2) {
    top: 50%;
    right: -48px;
    transform: translateY(-50%);
    max-width: 64px;
    text-align: center;
}
}

@media (max-width:1068px) {
    .section-size-weight .size-weight-picture .caption:nth-of-type(2) {
        right: 0px;
    }
}

@media (max-width:734px) {
    .section-size-weight .size-weight-picture .caption:nth-of-type(2) {
        right: unset;
        left: 227px;
    }
}

/*------------------------------------*\
	 END LOCAL FIXES
\*------------------------------------*/