/*------------------------------------*\
   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(1) {
		min-height: 277px;
	}
}
@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: 327px;
	}
}
@media only screen and (max-width: 735px) and (min-width: 416px) {
	div.techspecs-section.section-chip > div > div:nth-child(2) > div > div:nth-child(2) {
		min-height: 277px;
	}
}
@media only screen and (max-width: 1068px) and (min-width: 736px) {
	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: 1068px) and (min-width: 735px) {
.section-in-the-box .techspecs-column {
	    flex-direction: column;
	}
	.section-in-the-box .specs-in-the-box {
		margin-left: 0;
		margin-top: 40px;
	}
}



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


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