/* LOCAL FIXES BEGIN */


@media only screen and (max-width: 411px) {

    .compare-module-wrapper .compare-grid .airpods-pro-2 .subhead,
    .compare-module-wrapper .compare-grid .airpods-max .subhead {
        min-height: 90px
    }
}

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

br.compare-medium {
    display: none;
}

@media only screen and (min-width: 801px) and (max-width: 889px) {
    br.compare-medium {
        display: block;
    }
}

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

    .compare-module-wrapper .compare-grid .subhead {
        min-height: 90px;
    }
}

/* LOCAL FIXES END */