/* Local overrides */

br.custom_xs-hide {
	display: block;
}
@media only screen and (max-width: 350px) {
	br.custom_xs-hide {
		display: none;
	}
}
@media only screen and (min-width: 446px) and (max-width: 734px) {
	.gallery-item.gallery-item-music-haptics.current
		.typography-section-header-cta {
		max-width: 276px;
	}
}
