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






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




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

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

@media only screen and (max-width:1068px) {
    .section-environment .padded:first-of-type {
        padding-inline-end: 15px;
    }
}

@media only screen and (max-width:734px) {
    .section-environment .padded:first-of-type {
        padding-inline-end: 5px;
    }
}

.table-table-13 .section-chip .techspecs-column:nth-child(-n+3) div:first-child .mdash {
   	 margin-bottom: 45px;
}

@media only screen and (max-width:1068px) {
	.table-table-13 .section-chip .techspecs-column:nth-child(-n+3) div:first-child .mdash {
   	 	margin-bottom: 97px;
	}
}

@media only screen and (max-width:734px) {
    .table-table-13 .section-chip .techspecs-column:nth-child(-n+3) div:first-child .mdash {
        margin-bottom: 0px;
    }
}

.table-table-13 .section-chip .techspecs-column:nth-child(-n+2) div:nth-child(2) .mdash {
    margin-bottom: 29px;
}

@media only screen and (max-width:1068px) {
    .table-table-13 .section-chip .techspecs-column:nth-child(-n+2) div:nth-child(2) .mdash {
        margin-bottom: 23px;
    }
}

.table-table-13 .section-chip .techspecs-column:nth-child(3) .fall-spacing-update.copy-item:last-of-type {
    margin-top: 27px;
}

@media only screen and (max-width: 1068px) {
    .table-table-13 .section-chip .techspecs-column:nth-child(3) .fall-spacing-update.copy-item:last-of-type {
        margin-top:43px;
    }
}

@media only screen and (max-width:734px) {
	.table-table-13 .section-chip .techspecs-column:nth-child(3) .fall-spacing-update.copy-item:last-of-type {
        margin-top:0;
    }
}

.adapter-disclaimer {
    font-size: 14px;
    color: #86868b;
}

.section-accessibility .techspecs-os-features {
    list-style-type: none;
    display: grid;
    grid-template-rows: repeat(3,auto);
    grid-auto-flow: column;
}

@media (max-width:1068px) {
	.section-accessibility .techspecs-os-features {
		display:block;
		grid-template-rows: none;
		grid-auto-flow: row;
		grid-auto-columns: auto;
		
	}
}
@media (max-width:1068px) {
    .section-accessibility ul {
        column-count: 2;
    }
}

@media only screen and (max-width:734px) {
    .section-accessibility ul {
        column-count: 1;
    }
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/ 