body, html {
	height: 100%;
}

.wrapper {
	height: 100%;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

.landing-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.landing-column {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	position: relative;
}

.landing-column img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	max-width: 640px;
	max-height: 640px;
}

.clickable {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;     
  z-index: 1;
}

.b2b {
	position: absolute;
	background-color: white;
	padding: 8px;
	right: 15px;
	top: 15px;
	font-weight: bold;
}

.box {
	max-width: 640px;
	max-height: 640px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.column {
	min-height: 128px;
}

.coffee-column {
	background-color: #002134;
}

.happy-column {
	background-color: #2E9FDF;
}

@media screen and (min-width: 800px) {
	.landing-column {
		flex: 1;
	}
}