  /* Honeycomb */
.honeycomb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.honeycomb > a {
	width: 100%;
	height: 50vw;
	position: relative;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.honeycomb > a img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
	transition: all .5s;
}
.honeycomb a .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	padding: 5vw;
}
.honeycomb .box-hover {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	position: relative;
	vertical-align: middle;
}
.honeycomb .box-hover:before, .box-hover:after {
	box-sizing: inherit;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
}
.honeycomb .draw {
	transition: color 0.25s;
	padding: 10px;
}
.honeycomb .draw::before, .draw::after {
	border: 2px solid transparent;
	width: 0;
	height: 0;
}
.honeycomb .draw::before {
	top: 0;
	left: 0;
}
.honeycomb .draw::after {
	top: 0;
	left: 0;
}
.honeycomb a .overlay p {
	margin: 0px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1em;
	margin-bottom: 5px;
}
.honeycomb a .overlay h3 {
	text-transform: uppercase;
	font-size: 26px;
	line-height: 1em;
	font-weight: 500;
	max-width: 430px;
	margin: auto;
	transition: all .3s;
}
.honeycomb a .overlay .button-more {
	opacity: 0;
	margin-top: 0px;
	margin-bottom: 5px;
	width: 100%;
	height: 0;
	transition: all .5s;
}
.honeycomb a .overlay span {
	padding: 5px 10px;
	border: none;
	font-weight: 500;
	margin: auto;
}
.honeycomb.gold a .overlay span {
	background: #CCB486;
	color: #343434;
}
.honeycomb.purple a .overlay span {
	background: #592c88;
	color: white;
}
.honeycomb a:hover h3 {
	color: white;
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px) {
.honeycomb a .overlay h3 {
    font-size: 4.8vw;
}
}
@media (min-width: 500px) {
	.honeycomb > a {
		width: 50%;
		height: 35vw;
	}
	.honeycomb a .overlay {
		padding: 30px 40px;
	}
	.honeycomb a .overlay h3 {
		font-size: 20px;
	}
}
@media (min-width: 700px) {
	.honeycomb a .overlay h3 {
		font-size: 26px;
	}
	.honeycomb a .overlay .button-more {
		height: auto;
	}
	.honeycomb:hover a img {
		-webkit-filter: brightness(.3);
		filter: brightness(.3);
		transition: all .5s;
	}
	.honeycomb > a:hover img {
		-webkit-filter: brightness(.5);
		filter: brightness(.5);
		transition: all .5s;
	}
	.honeycomb > a:hover h3 {
		text-shadow: 0px 1px 1px rgba(0,0,0, .7);
		transition: all .5s;
	}
	.honeycomb > a:hover .draw {
		color: white;
	}
	.honeycomb > a:hover .draw::before, .honeycomb > a:hover .draw::after {
		width: 100%;
		height: 100%;
	}
	.honeycomb > a:hover .draw::before {
		border-top-color: white;
		border-right-color: white;
		transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
	}
	.honeycomb > a:hover .draw::after {
		border-bottom-color: white;
		border-left-color: white;
		transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
	}		
	.honeycomb > a:hover .overlay .button-more {
		opacity: 1;
		margin-top: 20px;
		transition: all .5s;
	}
}
@media (min-width: 900px) {
	.honeycomb a .overlay h3 {
		font-size: 30px;
	}
	.honeycomb a .overlay p {
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.honeycomb.third > a {
		width: calc(100% * 0.33333);
		height: 24vw;
	}
	.honeycomb.quarter > a {
		width: 25%;
		height: 18vw;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.honeycomb.quarter a .overlay h3 {
		font-size: 24px;
	}
	.honeycomb.quarter a .overlay p {
		font-size: 14px;
	}
}
@media (min-width: 1500px) {
	.honeycomb a .overlay h3 {
		font-size: 2vw;
	}
	.honeycomb a .overlay p {
		font-size: .9vw;
	}
	.honeycomb.quarter a .overlay h3 {
		font-size: 1.7vw;
	}
	.honeycomb.quarter a .overlay p {
		font-size: .8vw;
	}
}
