/*------------------------------------*\
   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(125px,-6px);
    }
}

.table-table-13 .section-memory .techspecs-column:last-child p:nth-of-type(3) {
   margin-top: 45px;
}

@media only screen and (max-width:1068px) {
   .table-table-13 .section-memory .techspecs-column:last-child p:nth-of-type(3) {
       margin-top: 48px;
   }
}

@media only screen and (max-width:734px) {
   .table-table-13 .section-memory .techspecs-column:last-child p:nth-of-type(3) {
       margin-top: 20px!important;
   }
}

.section-accessibility ul {
    column-count: 2;
    -webkit-column-gap: .11765em;
    grid-column-gap: .11765em;
    column-gap: .11765em;
}

@media only screen and (max-width:734px) {
    .section-accessibility ul {
        column-count: 1;
        margin-top: .4em;
        margin-bottom: 0;
    }
}




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