/*------------------------------------*\
   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;
    }
}

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

.section-accessibility .techspecs-os-features {
    list-style-type: none;
    display: grid;
    grid-template-rows: repeat(2,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
\*------------------------------------*/ 