body {
	background-color: #f5f5f5;
	margin: 20px!important;
	font-size: 16px!important;
}

a {
	color: #333;
}

h1, p {
	margin-bottom: 10px!important;
}

.fotorama {
	width: 100%;
	margin-bottom: 10px;
}

p.img-caption { font-size: 12px; display: block; text-align: right; margin-bottom: 20px; }

span.address { display: inline-block; width: 60px; }

@media (min-width: 480px) {
	.container {
		height: 98vh;
	}
	.card {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
	}
}
