/*------------------------------------*\
LOCAL SCREENS
\*------------------------------------*/
/*------------------------------------*\
END LOCAL SCREENS
\*------------------------------------*/
/*------------------------------------*\
LOCAL FIXES
\*------------------------------------*/
@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 (max-width:1068px) {
.section-size-weight .size-weight-picture .caption:nth-of-type(2) {
right: 20px;
}
}
/*------------------------------------*\
END LOCAL FIXES
\*------------------------------------*/