/*  GRID OF FOUR   ============================================================================= */

	
.span_4_of_4 {
	width: 100%; 
}

.span_3_of_4 {
	width: 63%;	/* 73.25% */
	padding: 0 5%;
}
.span_3_of_4_produkt {
	width: 68.25%;
	padding-right: 5%;
}

.span_2_of_4 {
	width: 48.5%; 
}

.span_1_of_4 {
	width: 23.75%; 
}
.span_1_of_4_false {
	width: 23.75%; 
}
.span_1_of_4_produkt {
	width: 23.75%; 
	text-align: right;
}

.centreraProdukt {
  position: relative;
  top: 45%;
  transform: translateY(-50%);
}
.push {
    visibility: hidden;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 800px) {
	.span_4_of_4 {
		width: 98%; 
	}
	.span_3_of_4 {
		width: 98%;
		padding: 0;
	}
	.span_1_of_4 {
		width: 100%;
	}
	.span_3_of_4_produkt {
		width: 98%;
	}
	.span_1_of_4_false {
		width: 98%; 
	}
	.span_1_of_4_produkt {
		width: 98%; 
		text-align: center;
	}
	
	.centreraProdukt {
		position: relative;
		top: 0%;
		transform: translateY(0%);
		padding: 0 5%;
	}
	.push {
	    display: none;
	}
}
@media only screen and (max-width: 480px) {
	.span_2_of_4 {
		width: 98%; 
	}
	.span_1_of_4 {
		width: 98%; 
	}
}