@media screen and (max-width: 768px) {
	nav {
		height: 150px;
		position: fixed;
		width: 100%;
		height: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 10;
		top: 15px;
	}

	nav a {
		padding: 15px;
		color: white;
		text-decoration: none;
		font-weight: 200;
		text-transform: uppercase;
		letter-spacing: 6px;
		font-size: 20px;
	}

	nav .logo svg {
		height: 220;
	}

	.content-block {
		width: 100vw;
		height: auto;
		position: relative;
		padding: 10vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.cb-content {
		flex-direction: column;
		width: auto;
	}

	.cb-content .content {
		width: 100%;
	}

	.cb-content p {
		text-transform: uppercase;
		letter-spacing: 0.8vw;
		font-size: 2vw;
		padding-bottom: 0.6vw;
		text-align: center;
	}

	.cb-content i {
		font-size: 7vw;
		margin-right: 1.2vw;
	}

	.album-art {
		width: 100%;
		height: auto;
		display: inline-block;
		margin-right: 0;
		margin-bottom: 5vw;
	}

	.video-block {
		padding: 0;
	}

	.press-logos {
		justify-content: center;
	}

	.press-logos img {
		max-width: 30vw;
		max-height: 6vw;
		margin-right: 3vw;
		margin-bottom: 2vw;
	}

	.music-logos {
		text-align: center;
	}

	.mobile-break {
		display: inline;
	}
	.music-controls {
		display: none;
	}
	.track-toggle-btn {
		display: none;
	}

	#main-title {
		font-size: 8vw;
		letter-spacing: 2.5vw;
		white-space: nowrap;
	}

	.video-overlay-content svg {
		width: 100px;
	}

	.video-overlay-content p {
		font-size: 20px;
		letter-spacing: 6px;
	}

	.content-block.footer p {
		font-size: 3vw;
		margin-top: 2vw;
	}

	.full-logo {
		width: 40vw;
		margin-bottom: 4vw;
	}

	.content-block.footer .contact {
		position: absolute;
		bottom: 1.5vw;
		font-size: 3vw;
	}

	.content-block.footer .contact .social-links {
		font-size: 8vw;
	}

	.desktop-break {
		display: none;
	}

	.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
		background-size: 20vw;
		width: 20vw;
		height: 20vw;
	}

	.cb-content p {
		letter-spacing: 0.5vw;
		font-size: 3vw;
		padding-bottom: 0.5vw;
	}
}
