body {
	min-height: 100vh;
}

.content {
	display: block;
	width: 28%;
	height: auto;
	margin: auto auto 0;
	padding: 0;
	color: #333;
}

.content__link-container {
	display: inline-block;
	vertical-align: middle;
	width: 24.5%;
}

.content__link-container .content__link {
	display: block;
	font-size: 120%;
	text-decoration: none;
}

.content__link-container .content__link-image {
	border: 0;
	transition: transform 300ms ease-in-out;
}

.content__link-container .content__link:hover .content__link-image {
	transform: scale(1.1);
}

.footer {
	width: 100%;
	margin: auto auto 0;
	padding: 30px 0;
	text-align: center;
}

.content__supported-browsers {
	white-space: nowrap;
}

@media (max-width: 1199px) {
	.content {
		width: 96%;
	}
}

@media (max-width: 766px) {
	.content__title {
		font-size: 24px;
	}
}

@media (max-width: 449px) {
	.content {
		width: 92%;
		margin: 30px 0 0;
	}

	.content__image-container {
		padding: 0;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* ie fix for 100vh */
	body {
		justify-content: flex-start; /* reset to default on IE; justify-content is not supported */
		height: 100vh;
	}
}
