/* 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;
	}
}

.section-tiles .tile-recos .recos-gallery .reco-item-image {
	border-radius: 0px;
}
