#fluid_wrapper, #fluid_wrapper canvas {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.landing::after {
	content: "";
	vertical-align: middle;
	display: inline-block;
	width: 1px;
	height: 100%;
}
/* Content */
.landing {
	/*height: 82vh;
	height: calc(100vh - 260px);
	min-height: 400px;*/
	z-index: 4;
	text-align: center;
	position: relative;
	background: #000 url(../img/choose-convenience-new.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.landing img {
	max-width: 80%;
	vertical-align: middle;
}
#fluid_wrapper {
	opacity: 0.2;
}
