.column.left br.large.medium.small {
	display: block;
}

@media only screen and (max-width: 734px) {
	.column.left br.small {
		display: none;
	}
}
@media only screen and (max-width: 1136px) and (min-width: 1069px),
	only screen and (max-width: 764px) and (min-width: 735px),
	only screen and (max-width: 420px) {
	.column.left br.small {
		display: block;
	}
}
@media only screen and (max-width: 1136px) and (min-width: 1069px),
	only screen and (max-width: 764px) and (min-width: 735px),
	only screen and (max-width: 420px) {
	.column.left br.large.medium.small {
		display: none;
	}
}
@media only screen and (max-width: 1068px) and (min-width: 765px),
	only screen and (max-width: 734px) and (min-width: 421px) {
	.column.left br.large.medium.small {
		display: block;
	}
}

@media only screen and (max-width: 734px) {
	.small-offset-0 {
		margin-right: auto;
		margin-left: auto;
	}
}

@media only screen and (max-width: 605px) {
	.section-logic-pro-ipad .section-message-wrap:first-child h3,
	.section-logic-pro-mac .section-message-wrap:first-child h3 {
		max-width: 202px;
		margin-right: auto;
		margin-left: auto;
	}
}
@media only screen and (max-width: 1068px) {
	.section-logic-pro-ipad .section-message-wrap:first-child h3 br.large,
	.section-logic-pro-mac .section-message-wrap:first-child h3 br.large {
		display: block;
	}
}
@media only screen and (max-width: 734px) {
	.section-logic-pro-ipad .section-message-wrap:first-child h3 br.large,
	.section-logic-pro-mac .section-message-wrap:first-child h3 br.large {
		display: none;
	}
}
@media only screen and (max-width: 752px) and (min-width: 735px) {
	.section-logic-pro-mac .section-content {
		padding-right: 30px;
	}
}
