.gallery .control-button {
	color: rgba(255, 255, 255, 0.4);
}

img.imagesThatSlide {
	height: 400px !important;
}

.gallery .control-button:hover {
	color: rgba(255, 255, 255, 0.8);
}

.gallery .control-button.active {
	color: rgba(255, 255, 255, 0.8);
}

.gallery {
	position: relative;
}

.gallery .item {
	height: auto;
	overflow: hidden;
	text-align: center;
	background: none;
}

.gallery .controls {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.gallery .control-button {
	display: inline-block;
	margin: 0 .02em;
	font-size: 3em;
	text-align: center;
	text-decoration: none;
	transition: color .1s;
}

@media screen and (max-width: 768px) {
	img.imagesThatSlide {
		height: auto !important;
	}
	.gallery .control-button {
		color: rgb(70, 70, 70);
	}
	.gallery .control-button:hover {
		color: rgb(70, 70, 70);
	}
}