/* Local Overrides */
@media only screen and (min-width: 414px) {
	.custom_xsmall {
		display: none;
	}
}

.custom_header_break {
	display: none;
}

@media only screen and (max-width: 405px) {
	.custom_header_break {
		display: inline;
	}
}

@media only screen and (max-width: 333px) {
	.custom_cardio_break {
		margin-top: 30px;
	}
}
