/* MOSAIC */
section.mosaic-wrapper {
	position: relative;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	display: flex;
	flex-flow: row wrap;
	margin: 0 0 35px;
}
.mosaic-wrapper figure {
	position: relative;
	outline: 2px solid #fff;
	background-color: #000;
}
.mosaic-wrapper figure.mo-center-slide figcaption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack:  center;
		-ms-flex-pack:  center;
			justify-content:  center;
	width: 100%;
}

.mosaic-wrapper figure.mo-center-slide:hover h3 {
	margin-bottom: 0px;
}
.mosaic-wrapper figure.mo-center-slide figcaption h3 {
	-webkit-box-flex:  0;
	-ms-flex:  0 0 33.33%;
	flex:  0 0 33.33%;
	margin:  0;
}
.mosaic-wrapper figure picture img {
	width: 100%;
	height: 100%;
	opacity: .7;
	transition: opacity .6s ease;
}
.mosaic-wrapper figure.mo-center-slide picture img {
	opacity: 1;
}
.mosaic-wrapper figure.mo-center-slide figcaption img {
	transform: scale(1);
	-webkit-transition: -webkit-transform .6s;
	transition-property: transform;
	transition-timing-function: ease;
	transition-duration: .6s;
}
.mosaic-wrapper figcaption {
	position: absolute;
	top: 54%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform:translate(-63%, -63%);
	text-align: center;
}
.mosaic-wrapper figure figcaption h3 {
	font-family: 'NeutrafaceText-Bold', sans-serif;
	font-size: 28px;
	line-height: 1;
	color: #fff;
	margin-bottom: 0px;
	transition-property: margin-bottom;
	transition-timing-function: ease;
	transition-duration: .6s;
}
.mosaic-wrapper figure figcaption .mo-divider {
	opacity:  0;
	-webkit-transition: -webkit-transform .6s;
	transition-property: margin-bottom, opacity, transform;
	transition-timing-function: ease;
	transition-duration: .6s;
	transform: translateY(19px);
	margin-bottom: 0px;
}
.mosaic-wrapper figcaption .mo-link-text {
	font-family: 'NeutrafaceText-Bold', sans-serif;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	opacity: 0;
	-webkit-transition: -webkit-transform .6s;
	transition-property: opacity, transform;
	transition-timing-function: ease;
	transition-duration: .6s;
	transform: translateY(19px);
}
.mosaic-wrapper figcaption .mo-masks {
	margin-bottom: 22px;
}
.mosaic-wrapper figcaption .mo-dine {
	margin-bottom: 15px;
}
.mosaic-wrapper figcaption .mo-attractions {
	margin-bottom: 19px;
}
.mosaic-wrapper figcaption .mo-hotels {
	margin-bottom: 5px;
}
.mosaic-wrapper figcaption .mo-mardigras {
	margin-bottom: 0px;
}
.mosaic-wrapper figcaption .mo-fish {
	margin-bottom: 15px;
}
.mosaic-wrapper figcaption .mo-sports {
	margin-bottom: 25px;
}
.mosaic-wrapper figcaption .mo-cruising {
	margin-bottom: 22px;
}
.mosaic-wrapper figure:nth-child(1) {
	flex: 0 0 50%;
}
.mosaic-wrapper figure:nth-child(2) {
	flex: 0 0 25%;
}
.mosaic-wrapper figure:nth-child(3) {
	flex: 0 0 25%;
}
.mosaic-wrapper figure:nth-child(4) {
	flex: 0 0 33.33%;
}
.mosaic-wrapper figure:nth-child(5) {
	flex: 0 0 33.33%;
}
.mosaic-wrapper figure:nth-child(6) {
	flex: 0 0 33.33%;
}
.mosaic-wrapper figure:nth-child(7) {
	flex: 0 0 25%;
}
.mosaic-wrapper figure:nth-child(8) {
	flex: 0 0 25%;
}
.mosaic-wrapper figure:nth-child(9) {
	flex: 0 0 50%;
}
/* hovers */
@media only screen and (min-width: 64.063em) {
	.mosaic-wrapper figure:hover figcaption h3 {
		margin-bottom: 19px;
	}
	.mosaic-wrapper figure:hover figcaption .mo-divider {
		opacity:  1;
		transform: translateY(0);
		margin-bottom:  15px;
	}
	.mosaic-wrapper figure:hover figcaption .mo-link-text {
		opacity: 1;
		transform: translateY(0);
	}
	.mosaic-wrapper figure:hover picture img {
		opacity: .3;
	}
	.mosaic-wrapper figure.mo-center-slide:hover picture img {
		opacity: 1;
	}
	.mosaic-wrapper figure.mo-center-slide:hover figcaption img {
		transform: scale(1.3);
	}
}
@media only screen and (max-width: 64em) {
	.mosaic-wrapper figure.mo-center-slide figcaption img {
		flex: 0 1 33.33%;
		width: 30px;
	}
	.mosaic-wrapper figure.mo-center-slide figcaption img {
		display: block;
		width: 50px;
		flex: 0 0 60px;
	}
	.mosaic-wrapper figure figcaption h3 {
		font-size: 16px;
		line-height: 1;
	}
}

@media only screen and (max-width: 40em) {
	section.mosaic-wrapper {
		display: block;
	}
	.mosaic-wrapper img.mo-divider,
	.mosaic-wrapper div.mo-link-text {
		display: none;
	}
	.mosaic-wrapper figure.mo-center-slide figcaption {
		display: flex;
	}
	.mosaic-wrapper figure.mo-center-slide figcaption img {
		display: block;
		width: 50px;
		flex: 0 0 60px;
	}
	.mosaic-wrapper figure figcaption h3 {
		font-size: 16px;
		line-height: 1;
	}
}
@media only screen and (max-width: 400px) {
	.mosaic-wrapper figcaption .mo-masks {
		margin-bottom: 5px;
		height: 42px;
		width: auto;
	}
}
.hide-feathers .mo-center-slide .mo-center-accent {
	display: none;
}