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






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




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/
.compare-module-wrapper .compare-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media only screen and (max-width: 800px) {
	.compare-module-wrapper .compare-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 1140px) {
    html.text-zoom .compare-module-wrapper .compare-grid {
    	grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


@media only screen and (max-width: 1068px) {
	.compare-module-wrapper .device-content h3 {
		min-height: 61px;
	}
}


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