.paper {
	background-image: url("../img/textures/lined-paper.png");
	background-size: auto calc(11 * 1.2em);
	padding: 1.2em;
	position: relative;
}

@media screen and (width > 900px) {
	.paper {
		width: 60%;
	}
}

@media screen and (width <= 900px) {
	.paper {
		max-width: 100%;
	}
}

.pin {
	position: absolute;
	width: 10px;
	border-radius: 100%;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.paper p {
	margin-top: 0px;
	margin-bottom: 1.2em;
	font-size: 1em;
	line-height: 1.2em;
}