
#background {
	margin:0px auto;
	display:block;
	width:100%;
	height:auto;
	}

#teasers {
	font-size:0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}

#teasers a {
	color:rgba(0,0,0,0); /* Android font-size:0 fix */
	position:relative;
	height:24rem;
	width:25%;
	display:inline-block;
	background-size:100% 100%;
	margin-top:0.25rem;
	border-right:0.25rem solid #FFF;
	}

#teasers a:nth-child(1) {
	background-image:url('/images/teaser-email.jpg');
	}

#teasers a:nth-child(2) {
	background-image:url('/images/teaser-hosting.jpg');
	}

#teasers a:nth-child(3) {
	background-image:url('/images/teaser-ssltls.jpg');
	}

#teasers a:nth-child(4) {
	background-image:url('/images/teaser-ipproxy.jpg');
	border-right:none;
	}


@media (max-width: 30rem) {

	#teasers a {
		width:50%;
		height:14rem;
		}

	#teasers a:nth-child(2) {
		border-right:none;
		}

	}

