@media only screen and (max-width: 1023px) {
	.bandcamp {
		width: 47%;
	}
}

@media only screen and (max-width: 767px) {
	#wrapper {
		width: 100%;
	}

	.text, .bandcamp {
		width: 44%;
		padding: 0 15px;
	}

	h2 {
		font-size: 46px;
	}

	.text a {
		font-size: 28px;
		line-height: 34px;
	}

	.text p,
	.text p.dark {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 15px;
	}

	#copyright p {
		font-size: 26px;
		line-height: 40px;
		padding: 20px 0 25px 0;
	}

	.cover {
		width: 100%;
	}

	.row {
		width: 100%;
	}

	.row .grid_4,
	.row .grid_6 {
		width: 44%;
		padding: 0 15px;
		margin-bottom: 50px;
	}

	section.last {
		padding: 50px 0 0 0;
	}
}