/*

Styles for Supply Room's Firefly-XQ plugin go here

*/



.firefly-flex-container-inner {
	display: flex;
	width: 33%;
	flex-direction: column;
	gap: 1rem;
	align-items: stretch;
}

.firefly-flex-container {
	display: flex;
	flex-wrap: wrap;
	
	justify-content: center;
	gap: 1rem;
	
	margin: 0 auto;
	
	max-width: 120rem;
	width: calc(100% - 4rem);
 }

.image-container {
	position: relative;
	width: 59rem;
	height: 400px;
	
	background-size: cover;
	background-position: center;
}

.centered-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 4rem;
	width: 300px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	
	color: #fff;
	font-size: 6.4rem;
	font-family: FSRosa, serif;
	text-decoration: none;
}

.firefly-flex-container .centered-link:hover {
	text-decoration: underline;
}
