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






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




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

@media only screen and (max-width: 1068px) {
  .section-shared-compare .compare-item-headline + p {
    min-height: 60px;
  }
}
@media only screen and (max-width: 734px) {
  .section-shared-compare .compare-item-ultra .compare-item-headline + p {
    min-height: unset;
  }
}


@media only screen and (max-width: 1068px) {
	.section-shared-compare .compare-table .compare-item-ultra.gps-cellular p:nth-of-type(1),
  .section-shared-compare .compare-table .compare-item-ultra.gps-cellular p:nth-of-type(2) {
		min-height: 40px;
	}
}


@media only screen and (max-width: 734px) {
	.section-shared-compare .compare-table .compare-item-ultra.gps-cellular p:nth-of-type(1),
  .section-shared-compare .compare-table .compare-item-ultra.gps-cellular p:nth-of-type(2) {
		min-height: 20px;
	}
}

@media only screen and (max-width: 734px) {
  .compare-table .gps-cellular {
    margin: 0 3px;
  }
}


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