/* local overrides */

/* Devices */
@media only screen and (max-width: 370px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 370px) and (min-resolution: 1dppx),
	only screen and (max-width: 370px) and (min-resolution: 144dpi) {
	.section-devices .devices-container {
		padding-right: 22px;
	}
	.section-devices .devices-container .typography-label {
		font-size: 19px;
	}
}

/* Recommendations Tile */
@media only screen and (max-width: 734px) {
	.section-tiles .overview-recommendations-01 img,
	.section-tiles .overview-recommendations-02 img {
		min-width: 131px;
	}
}
