.download-banner {
	background: url("/assets/img/download/banner.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.download-options-section .card-img-top {
	object-fit: scale-down;
}

.download-mobile-option-buttons a img {
	width: 160px;
	display: inline-block;
	border-radius: 5px;
}

.download-option-card {
	background: url("/assets/img/download/category-bg-2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 376px) {
	.wrapper {
		margin-top: 32%;
	}
}