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






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




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


/* CHIP */
@media only screen and (max-width: 320px) {
	div.techspecs-section.section-chip > div > div:nth-child(3) > div > div:nth-child(1) {
    	min-height: 377px;
	}
}
@media only screen and (max-width: 568px) and (min-width: 321px) {
	div.techspecs-section.section-chip > div > div:nth-child(2) > div > div:nth-child(2) {
    	min-height: 277px;
	}
}
@media only screen and (max-width: 667px) and (min-width: 569px) {
	div.techspecs-section.section-chip > div > div:nth-child(2) > div > div:nth-child(2) {
    	min-height: 277px;
	}
}
@media only screen and (max-width: 736px) and (min-width: 668px) {
	div.techspecs-section.section-chip > div > div:nth-child(2) > div > div:nth-child(2) {
    	min-height: 277px;
	}
}
/* END CHIP */



@media only screen and (max-width: 734px) {
	.connections-captions.usb-a {
    	margin-left: 0px;
    	margin-top: 0px;
	}
}

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

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

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