@charset "utf-8";
/* CSS Document */

div.jt-content {
	overflow-x: hidden !important;
}

.bonfire-gallery {
	margin: 10px 50px;
	text-align: center;
}

.bonfire-gallery img {
	transition: 0.8s;
	padding: 8px;
	width: 180px;
	vertical-align: bottom;
}

.bonfire-gallery img:hover {
	filter: grayscale(80%);
	transform: scale(1.1);

