div#content {
	display: none;
}

div#portlets {
	margin-top: 340px;
	position: relative;
}

body .bx-controls-direction {
	display: block;
}

@media screen and (max-width: 880px) {
	div#portlets {
		margin-top: 420px;
	}
}

@media screen and (max-width: 520px) {
	div#portlets {
		margin: 0 -10px; 
		padding: 30px 0;
	}
	div#background_slider {
		max-height: none;
	}
}