.image-zoom .iv-image {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.finished .panel__img {
	cursor: inherit;
}

.image-zoom .iv-image.fade-in {
	opacity: 1;
}

.smooth {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.panel__slide {
	position: absolute;
	overflow: inherit;
	float: left;
	width: 100vw;
	height: 100%;
	display: none;
}

.panel__slide.active {
	display: block;
}

.panel__img {
	float: left;
	width: 70vw;
	height: calc(100vh - 80px);
	overflow: inherit;
	text-align: center;
	cursor: move;
}

.panel__zoom {
	width: 100%;
	height: calc(100vh - 80px);
	visibility: hidden;
}

.panel__img-bg {
	background: #000;
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 70vw;
	height: 100%;
	position: absolute;
	z-index: -1;
}

.panel__content {
	width: 30vw;
	height: 100%;
	float: right;
	position: absolute;
	right: 0;
}

.interpretive__text p {
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

.interpretive__text h2 {
	line-height: 1.3;
	font-family: neutra;
	font-size: 1.8em;
}

.interpretive__text h2.ending {
	font-size: 1.6em;
	text-align: center;
}

.interpretive__text h2.ending a:link,
.interpretive__text h2.ending a:visited {
	color: #00b74f;
}

.artist-quote-wrapper {
	top: 0;
	background: #fff;
	height: 100%;
}

.artist-quote {
	font-size: 1em;
	line-height: 2;
}

.artist-credit-excerpt-wrapper {
	bottom: 0;
	position: fixed;
	height: 4.5em;
	background: #8a8d8a;
	color: #fff;
	width: 100vw;
	overflow: hidden;
	left: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	will-change: transform;
	height: 17.5em;
	-webkit-transform: translateY(13em);
	-moz-transform: translateY(13em);
	-ms-transform: translateY(13em);
	transform: translateY(13em);
	display: none;
}

.show__credit .artist-credit-excerpt-wrapper {
	-webkit-transform: translateY(0em);
	-moz-transform: translateY(0em);
	-ms-transform: translateY(0em);
	transform: translateY(0em);
}

.artist-credit-excerpt-header {
	height: 4.5em;
}

.artist-credit-excerpt-wrapper .credit-icon {
	display: block;
	float: left;
	padding: 1em 1.5em;
	height: 2.5em;
	width: 2.5em;
	background: #383838;
	cursor: pointer;
	z-index: 1;
	color: #fff;
}

.artist-credit-excerpt-wrapper .credit-icon:hover {
	background: #000;
}

.artist-credit-excerpt-wrapper .material-icons {
	font-size: 2.5em;
}

.artist-credit-excerpt {
	margin-left: 2em;
	display: inline-block;
}

.artist-credit-excerpt:hover {
	/*text-decoration: underline;
    cursor: pointer;*/
}

.artist-credit-detail {
	padding: 2em 7.5em;
	background: #e5e5e5;
	color: #000;
	display: inline-block;
	width: 100vw;
}

.artist-credit-title-mobile {
	display: none;
}

/*************** SLIDE CONTROL *****************/

.slide__control {
	bottom: 0;
	right: 0;
	z-index: 7;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.show__credit .slide__control {
	-webkit-transform: translateY(-13em);
	-moz-transform: translateY(-13em);
	-ms-transform: translateY(-13em);
	transform: translateY(-13em);
}

.slide__counter {
	display: inline-block;
	color: #fff;
	float: left;
	height: 4.5em;
	width: 5em;
}

.slide__counter span {
	height: 1em;
	font-size: 1.2em;
}

.slide__control a {
	cursor: pointer;
	font-weight: bold;
	display: inline-block;
	padding: 1em 0;
	background-color: #903618;
	color: #fff;
	float: left;
	height: 2.5em;
	width: 6.5em;
	opacity: 0;
	text-align: center;
}

.slide__control .material-icons {
	font-size: 2em;
}

.slide__control .slide__next.disabled,
.slide__control .slide__back.disabled {
	background-color: #dcdcdc;
	color: #fff;
}

.slide__control .slide__back:hover {
	background-color: #828282;
}

.slide__control .slide__next:hover {
	background-color: #903618;
}

.slide__control__hidden {
	visibility: hidden;
	opacity: 0;
}

.zoom .center {
	width: auto;
	height: auto;
}

.zoom .iv-image-mode {
	width: 100%;
	overflow: inherit;
}

.zoom__control {
	display: none;
}

.zoom .image-content {
	bottom: 10px;
	padding: 2em;
	background: #fff;
	overflow: visible;
	color: #111;
	max-width: 400px;
	line-height: 1.8;
}
