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






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




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


/* CHIP */
@media only screen and (max-width: 320px) {
	div.techspecs-section.section-chip > div > div:nth-child(2) > div > div:nth-child(1) {
    	min-height: 352px;
	}
}
@media only screen and (max-width: 375px) and (min-width: 321px) {
	div.techspecs-section.section-chip > div > div:nth-child(2) > div > div:nth-child(2) {
		min-height: 227px;
	}
}
@media only screen and (max-width: 415px) and (min-width: 376px) {
	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;
	}
}


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