@media only screen and (min-width: 1024px){

.bx-wrapper {
	width: 50%;
	float: left;
}

#contact ul {
	width: 45%;
	float: left;
}


}