.hm_actie {
	position: relative;
	float: left;
	width: 100%;
	display: none;
}
.hm_actie_container {
	position: relative;
	float: left;
	width: 90%;
	margin-left: 5%;
	padding-bottom: 36.9%;
	height: 0px;
}

@media screen and (max-width: 800px) {
	.hm_actie {
		display: block;
		margin-top: 35px;
	}
	.hm_actie_container {
		background-image: url('../images/home_actie.jpg');
		background-size: cover;
		background-position: center center;
	}
}
