.banner {
    background: url("banner.jpg") no-repeat center center;
    background-size: cover;
    height: calc(100vh - 256px);
    max-height: 810px;
}
.banner img {
	margin: 64px;
}
.banner h1 {
	font-size: 2em;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000;
}
.promos {
	display: flex;
 	flex-wrap: wrap;
  	text-align: center;
  	padding: 0;
}
.promos>* {
	color: white;
  	background-color: #333 !important;
  	margin: 1px;
  	min-width: 256px;
	flex-basis: 256px;
	height: 200px;
	flex-grow: 1;
	padding: 8px;
	position: relative;
}
.promos>*:hover {
	text-decoration: none;
}
.promos img, .emojiphoto {
	max-height: 128px;
	max-width: 256px;
	font-size: 128px;
	margin: 0;
	display: inline-block;
}