@media (max-width: 640px) {
	body {
		background: none;
		background-color: #f0f0f0;
	}

	.content {
		overflow: hidden;
	}

	.a4-paper {
		box-shadow: none;
		border-top: 1px solid #f5f5f5;
		border-bottom: 1px solid #f5f5f5;
	}

	.a4-paper:first-of-type {
		margin-top: 0.5em;
	}

	.sticky {
		position: relative;
		margin-bottom: -48px;
		top: -32px;
		left: calc(50% - 100px);
	}
	
	.tissue-guy {
		display: none;
	}

	.logo {
		display: none;
	}

	.card {
		left: 278px;
	}

	.team {
		left: 24px;
		top: -24px;
	}
}
