/* Add here all your css styles (customizations) */

.bx-wrapper ul li { max-height: 210px; }
@media only screen and (max-width: 768px) {
	.bx-wrapper ul li { max-height: 130px; }
}

#captchaCode {
	left: -9999px;
	position: absolute;
}

.font-30 {
	font-size: 30px
}