.hoppers-part {
	float: left;
	margin: 30px 0;
	width: 100%;
}

.hopps-ul, .hopps-li {
	list-style: none;
}

.hopps-ul li{
	float: left;
	width:20%;
}

.attachment-hopps-logo.size-hopps-logo.wp-post-image {
	float: left;
	padding: 5px;
	width: auto;
	margin-right: 24px;
}

.hoppers-part .bx-wrapper .bx-controls-direction a {
	display: inherit;
}

.hoppers-part .bx-prev {
	margin-left: -15px;
}

.hoppers-part .bx-next {
	margin-right: -15px;
}

@media only screen and (max-width: 1024px) {
	.hopps-ul li {
		float: left !important;
		width: auto !important;
	}

	.attachment-hopps-logo.size-hopps-logo.wp-post-image {
		float: left;
		height: auto;
		margin-right: 24px;
		max-width: 140px;
		padding: 5px;
		width: auto;
	}
}


@media screen and (max-width: 768px){
	.hopps-ul li {
		float: left !important;
		width: auto !important;
	}

	.attachment-hopps-logo.size-hopps-logo.wp-post-image {
		float: left;
		height: auto;
		margin-right: 15px;
		max-width: 130px;
		padding: 5px;
		width: auto;
	}
}

