/*! Flickity v2.0.4
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:none;border-radius:50%;background:#fff;background:hsla(0,0%,100%,.75);cursor:pointer;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09F}.flickity-prev-next-button:active{opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}

/* Custom */
.carousel {
    height: 100%;
    height: 100vh;
/*     max-height: calc(44vw - 0rem); */
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flickity-prev-next-button {
	position: relative;
	height: auto;
	border: none;
	border-radius: 0;
	background: transparent;
	cursor: pointer;
	-webkit-transform: none;
	transform: none;
	display: inline-block;
	top: inherit !important;
	bottom: inherit !important;
	right: inherit !important;
	left: inherit !important;
	padding: 0;
	margin-top: .5em;
}

.flickity-prev-next-button:disabled {
  opacity: 1;
	cursor: not-allowed;
}

.flickity-prev-next-button svg {
  display: none;
}

.flickity-prev-next-button.previous {
  /*     width: 5.5em; */
  width: auto;
  margin-left: 1.5em;
}

.flickity-prev-next-button.previous::before {
  content: "Prev";
  font-size: 2.25vw;
  line-height: 1.19;
    font-family: 'Custom-font-replace', Arial, sans-serif;
}

.flickity-prev-next-button.previous::after {
  content: "/";
  font-size: 2.25vw;
  line-height: 1.19;
    font-family: 'Custom-font-replace', Arial, sans-serif;
}

.flickity-prev-next-button.next {
  /* 	width: 4.5em; */
  width: auto;
}

.flickity-prev-next-button.next::after {
  content: "Next";
  font-size: 2.25vw;
  line-height: 1.19;
    font-family: 'Custom-font-replace', Arial, sans-serif;
}

.carousel-cell {
    display: block;
	height: 100%;
	width: 100%;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

/* cell number */
.carousel-cell img {
  display: block;
  cursor: pointer;
    height: 100%;
}

p.caption {
  font-size: 2.25vw;
  display: none;
}

.carousel-cell-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

/* holding page */
.page-template-holding .carousel, .home-v2 .carousel {
	width: 100vw;
	height: 100%;
	max-width: 100%;
}
.page-template-holding .button-group {
	display: none;
}

.gallery-cell {
	width: 100%;
	background: #8C8;
	color: #fff;
	height: 300px;
	text-align: center;
	line-height: 300px;
	font-size: 2rem;
	font-family: sans-serif;
}

/*
a {
	color: #fff;
	text-declaration: none;
}
*/

/* Fade CSS */

.flickity-slider {
	-webkit-transform: none !important;
    transform: none !important;
/* 	stop bounce */
    -webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transform: translateZ(0);
	backface-visibility: hidden;
	perspective: 1000;
	transform: translate3d(0,0,0);
	transform: translateZ(0);
}

.carousel-cell {
	left: 0 !important;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	z-index: -1;
	
/* 	stop bounce */
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transform: translateZ(0);
	backface-visibility: hidden;
	perspective: 1000;
	transform: translate3d(0,0,0);
	transform: translateZ(0);
}

.carousel-cell.is-selected {
	opacity: 1;
	z-index: 0
}

.artwork-slide {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 96%;
	max-height: 80%;
	max-height: 80vh;
	z-index: 1;
	text-align: center;
	
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.artwork-slide img {
/*
	width: 100%;
	height: 100%;
*/
	width: auto;
	height: auto;
    max-height: 100%;
    max-height: 80vh;
    max-width: 90%;
    object-fit: contain;
    opacity: 0;
    -webkit-filter: blur(40px);
    filter: blur(40px);
/*
    -webkit-transition: opacity 1.5s ease-in-out;
	-moz-transition: opacity 1.5s ease-in-out;
	-o-transition: opacity 1.5s ease-in-out;
	transition: opacity 1.5s ease-in-out;
*/

    -webkit-transition: opacity .5s .25s,-webkit-filter 1s .25s;
    transition: opacity .5s .25s,-webkit-filter 1s .25s;
    -moz-transition: opacity .5s .25s,filter 1s .25s;
    transition: opacity .5s .25s,filter 1s .25s;
    transition: opacity .5s .25s,filter 1s .25s,-webkit-filter 1s .25s;
}

.home-v2 .artwork-slide img {
	border-radius: 2vw;
}

.carousel-cell.is-selected .artwork-slide img {
	-webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
/*
	animation: fadein 500ms;
    animation-delay: 150ms;
    -moz-animation: fadein 500ms; 
    -moz-animation-delay:150ms;
    -webkit-animation: fadein 500ms; 
    -webkit-animation-delay:150ms;
    -o-animation: fadein 500ms; 
    animation-fill-mode: forwards;
*/
}

/* FLickity Gallery */
#symposium-gallery, #artist-gallery {
/*
	height: 300px;
	height: 60vh;
*/
	height: 78vh !important;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 0 !important;
	position: relative;
	z-index: 0;
 } 
 
 #symposium-gallery {
	margin-bottom: 4rem;
} 
 
#symposium-gallery .carousel, #artist-gallery .carousel {
	height: 260px;
	height: 100%;
	overflow: visible;
	max-width: none;
	margin: 0 auto;
	width: auto;
}

#symposium-gallery .flickity-slider, #artist-gallery .flickity-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

/* cell inherit height from carousel */
#symposium-gallery .carousel-cell, #artist-gallery .carousel-cell {
	height: 90%;
	max-width: none;
	width: auto;
	overflow: visible;
	
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#symposium-gallery .carousel-cell img, #artist-gallery .carousel-cell img {
	align-content: center;
	height: 96%;
}

#symposium-gallery img.gallery-cell-image, #artist-gallery img.gallery-cell-image {
	padding: 0 1.5em;
}

#symposium-gallery .gallery img:first-child, #artist-gallery .gallery img:first-child {
/*   padding-left: 1.5em; */
}

#symposium-gallery .gallery-wrapper, #artist-gallery .gallery-wrapper {
/*
	height: 700px;
	max-height: 760px; 
	max-height: 700px;
*/
/* 	margin-bottom: 4em; */
    width: auto;
    height: 100%;
    position: relative;
}

#symposium-gallery .carousel-counter, #artist-gallery .carousel-counter {
	width: auto;
	display: block;
	position: relative;
}

#symposium-gallery .carousel-counter, #artist-gallery .carousel-counter {
	display: none;
}

.carousel--prev, .carousel--next {
	position: absolute;
	top: 44%;
	width: 2vw;	
	transform: translateY(-50%);
	opacity: .45;
	
	z-index: 1;
}

.symposium-module .carousel--prev, .symposium-module .carousel--next {
	opacity: .75;
}

.carousel--prev {
	left: .5%;
}

.carousel--next {
	right: .5%;	
}

#symposium-gallery .carousel-counter p, #artist-gallery .carousel-counter p {
	font-size: 1.5rem;
}

#symposium-gallery .flickity-slider > :first-child, #artist-gallery .flickity-slider > :first-child {
    counter-reset: myitemcounter;
}

.caption-wrap {
	margin-left: 2em;
}

.artwork-wrap .carousel-status-total {
	margin-right: 2em;
}

.artwork-wrap .caption-wrap {
	margin-left: 0;
}

.carousel-status-count::before {
    counter-increment: myitemcounter;
    content: counters(myitemcounter, ".")" ";
    letter-spacing: -1px;
}

.carousel-status-total {
	padding-left: .115em;
}

#symposium-gallery .flickity-enabled.is-fade .flickity-slider > *, #artist-gallery .flickity-enabled.is-fade .flickity-slider > * {
	pointer-events: none;
	z-index:inherit;
}

#symposium-gallery .flickity-enabled.is-fade .flickity-slider > .is-selected, #artist-gallery .flickity-enabled.is-fade .flickity-slider > .is-selected {
	pointer-events:none;
	z-index:inherit;
}

#symposium-gallery .carousel-cell.is-selected, #symposium-gallery .carousel-cell.is-selected, #artist-gallery .carousel-cell.is-selected, #artist-gallery .carousel-cell.is-selected {
	animation: none;
	animation-delay: none;
	-moz-animation: none; /* Firefox */
	-webkit-animation: none; /* Safari and Chrome */
	-webkit-animation-delaynonenone;
	-o-animation: fadein none; /* Opera */
}


#symposium-gallery .flickity-viewport, #artist-gallery .flickity-viewport {
	overflow:visible;
	position: relative;
}

#symposium-gallery section.gallery:focus, div.carousel-cell:focus, div.flickity-viewport:focus, #artist-gallery section.gallery:focus {
/*
    box-sizing: inherit !important;
    outline: none !important;
*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



#symposium-gallery .flickity-prev-next-button:disabled, #artist-gallery .flickity-prev-next-button:disabled {
	opacity: .5;
}

#symposium-gallery .flickity-prev-next-button.previous::before {
	display: none;
}


#symposium-gallery .flickity-prev-next-button.previous, #artist-gallery .flickity-prev-next-button.previous {
    top: 0 !important;
    bottom: inherit !important;
    right: inherit !important;
    left: 0 !important;

/* 	cursor: url('../images/arrow-left.svg'), pointer !important;  */
/* 	cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEcAAAAOCAYAAAB95wG7AAAACXBIWXMAAAsSAAALEgHS3X78AAACY0lEQVRIieVXi23bQAwlgyygjqAVtIIyQjqCO4JWUEawR4hHkEewRrBGUEdgQPnRoChKqYPABdoHHKDjkUcej58TEZGsjAsRNSJCjx5E1MGm8m/ot/FMV/REdKQ5aiJqmbkWkRd6LHpo+/1gvQvoDe0zz2nkYL3O1v/18bRw1RwHzOrFyn+ATeeIiIV1YTRmvjDzHmNkZmHmjpkLrDfgUfpZ09LJKt8Y9UBGjBfzLuGrsIdAd2t6HY/aJYnsgq76zCaMc9xzK61qrDeOZgVcC3arsvguMRfQdq6w1ltpCr7RzffXu5nx6P5j0KsLXeBbyGZ0Iqogf4atOt6hw+zNnQPHXMBcBOfMaM54/WgDXZVf8F1EfZlcdkBnuLdlF52dyWZ0d5HxHLe5pdUOoXobuE09zE+XXoZTQrP0OQS6dsGSmUvInEINe7U9YyoE6E33Qa912GrB/TmKjMPvv9XKhxUn0EqLNQMnRzi6GVFiT9WzxxPBHDXgewtldKDaxsy29704IvK0Pp5gm515mDlHRN6+oCDDopAGHBHiWgx7OOe7dP8x9DKY+QUOqmCHNZVfInJ4/h5VEyyafqxE2wTc9hHpNIAcUzHDECPEdZUh4Y9YpBGi9RaN2K9DPTpstvI7YUpevZgqDGlGVofQvXoL40+gUVaF1m26ekcboNc/IYr4VsvswqXOLjbtVmtji9+17nccvLX2m/CO8Zmw1lnubOUF+EbwtOiYErrVOdjaOPubzVb+Fee4t4wewFq+Grj4gXSHW11L6Fob7AC6tx581opX+HS/6T0WnKjyZuvtzTPxiNAHsU0J+p4ZXiEAAAAASUVORK5CYII=), auto!important; */
	cursor: url(../images/Previous.png), auto !important;
	position: absolute;
	z-index: 10;
	text-indent: -9999px;
	margin: 0 !important;
	
	width: 50%;
    height: 100%;
    border: none;
    border-radius:0;
    background: transparent;
    background: hsla(0,0%,100%,0);
    cursor: pointer;
    -webkit-transform: inherit;
    transform: inherit;
}

.symposium-module #symposium-gallery .flickity-prev-next-button.previous {
/* 	cursor:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEcAAAAOCAYAAAB95wG7AAAACXBIWXMAAAsSAAALEgHS3X78AAACOklEQVRIid1XgW3CQAx0KxZIR0hHYIXvCHQEOgKMkI5ARiAjJCOQEcgIZARXLmfkWg4PEoWqJ1lR/H7bbzv254mZmWIMRFQT0efE+m+iJaJERK/w4yGYwWhPRI1zQJyr8Hy7s3M9nuOd7f4EH7GRAgpohfU0sf6v6TkTuxrPdM+E/RXkgqNlXRjenog2oIMUH3qEyqwgI/ydC2yLPR4ryCejow3k5uAz9FTON4JfUR+N+Mn4dIC/J5254KiztimWRLTEWg0qobACdUT0geC2Rk8HOV+JCbKdseFlSugqMSQaBHGbOcMU5iapa9CAs82/95zpOdJn9sx8YObC8DngCZVYqxx/Bz2EPd5etG8DntWzDewug54Y7Y34Fd79OU7vWjlLlJwljep7MDW6gKeZrh2/QbZLUx22KhZGZy7TvbPbmLVr4T9HxUn/uVE+TASBJnjqoAZCURj+ADsbBEgDNVwQnDKQGc3atWhQFHvoHYwfgw/OrS57USO1sMHp8XzERbPD/U17TDKJlH5ZzzIKroFm8SVzeRsRoIVp9P5TjDAEFaKHueQWHX1GnavGAsmVoVLnptU1UCMLt6cIDqV9aIXqueRwPTJsD7kwawrVZftaNCEjv8ao59wCmgX7yRQo2xH/STY4I5xbX2h7jXvIDvtVt89+bUa82klB5bQIdmOCm0BHnzK/DxHl5OWXQ0a3jnyRlXE9NVrPrXn+nJlbo1vGsR/FkZzoE9IrhY5s2a++CuTaIdcDYmb6ApErOAX+8Kz0AAAAAElFTkSuQmCC'), auto!important; */
	cursor: url(../images/Previous_white.png), auto !important;
}

#symposium-gallery .flickity-prev-next-button.next, #artist-gallery .flickity-prev-next-button.next {
    top: 0 !important;
    bottom: inherit !important;
    right: 0 !important;
    left: inherit !important;
/*     cursor: url('../images/arrow-right.svg'), pointer !important; */
/* 	cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAOCAYAAACo9dX2AAAACXBIWXMAAAsSAAALEgHS3X78AAABhUlEQVRIicVV0Y2DMAx9r7oFWIEVeiOwAivQEVihK9AR6Ais0I7AjcCNkJOLjVwnrfpzwlIk7NjOi/0cACABuKWUUFoABvEp7f3XOmCVI8kOOwnJmmRlpx8cjLNs7oRrlvNNMVB3AJW2anfxoC4AGpLtp6BI9iRnkonkjWTj9mq1TyFmVPtRdYsR/8a6lbRClZZxkW8j8Suia7ktVvg4qd44n15treqNxaheq+7XgOBkQeM7UC7ZOdhvcrFgm3VVtu8vrT4bBtUzw+hv/AJUpz51sPfRLpNtz46v2jtQXxlRgJNWbCD5ne2ucnQ88BNrYy22H6y3uZO86EWuKaVrli1IBiql9EvypBU7ZxHPMmWWshjwj5+cp9K5khpxhQOxfUbyKsYV8rTqa/m6gs97TgUyLzYVYa8pHaDtq4O+2G9MgS0FLsbhKoMKhC49CXZzabMQXKonB27TZ0PihsamdirkkljJ8Xi3XoJyY178ISuYR3s1qYB4VCG+SYXWb1OoYNfpBIY/G+ZALVHGswEAAAAASUVORK5CYII=),auto!important;  */
	cursor: url(../images/Next.png), auto !important;
    position: absolute;
    z-index: 10;
    text-indent: -9999px;
    margin: 0 !important;
  
    width: 50%;
    height: 100%;
    border: none;
    border-radius:0;
    background: transparent;
    background: hsla(0,0%,100%,0);
    -webkit-transform: inherit;
    transform: inherit;
}

.symposium-module #symposium-gallery .flickity-prev-next-button.next {
/* 	cursor:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAOCAYAAACo9dX2AAAACXBIWXMAAAsSAAALEgHS3X78AAABdElEQVRIicVVgW2DQAy8Rl2AjsAKrPArpCPQEdIRWIGMACPACHQEVkhGcOVyjhyXJ6lUiZNeif32//3/2UAWTCKCzGgZk5v/93HAggpAjf1QAihs94Oj0XByD8zc/47UF5m2O97WDZ7UGUACcPxD/omnFAAT8w0l/UPI6eivaCcXn35+KWIVcyEis4hc+N8EnBN643JrERloJxdzou9IO7kctUv5jRYhyJK6B6RssSb4Jx7M+2aOws0XIcZzuBO6YgTQ8wkT8rC5c4jo+Qy+YN5pD3yyTwDXLU1EUooPJrW+TANMD6YDG4XzG0yvFUn3W4QUryu+K4l1vkwziCLOwUg+1XLWbgo8zciGuvaMdv1vAF5WxuhiTQrj0006iiyI+eJqw89ZQdTBXzDP2xf3GRtolytCvxXXFilw0zVStoEtpqWvlagb+uqzyrU2YVWruXEtzdU10iNSVua5D7KSURIKXVTXsVuIPSn2N+tdRnbZR6T9Bk6fB6j4g1x7AAAAAElFTkSuQmCC'), auto!important; */
	cursor: url(../images/Next_white.png), auto !important;
}

#symposium-gallery  p.caption, #artist-gallery p.caption {
    position: absolute;
    /* bottom: -.5em; */
    /* bottom: -2vh; */
    top: 100%;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
    font-size: 1.75rem;
    line-height: 2.25rem;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
}

.symposium-module #symposium-gallery  p.caption {
	color: white;
}

.symposium-module #symposium-gallery {
    margin-bottom: 2rem;
}

#symposium-gallery .flickity-button:hover, #artist-gallery .flickity-button:hover {
/* 	background:#fff; */
	cursor:pointer	
}
#symposium-gallery .flickity-button:focus, #artist-gallery .flickity-button:focus {
	outline:none;-webkit-box-shadow:0 0 0 5px #19f;box-shadow:0 0 0 5px #19f
}
#symposium-gallery .flickity-button:active, #artist-gallery .flickity-button:active {
	opacity:.6
}

#symposium-gallery .flickity-button:disabled, #artist-gallery .flickity-button:disabled {
	opacity:.3;
	cursor:auto;
	pointer-events:none;
}

#symposium-gallery .flickity-button-icon, #artist-gallery .flickity-button-icon {fill:#333}
#symposium-gallery .flickity-prev-next-button, #artist-gallery .flickity-prev-next-button {top:50%;width:44px;height:44px;border-radius:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
#symposium-gallery .flickity-prev-next-button.previous, #artist-gallery .flickity-prev-next-button.previous {left:10px}
#symposium-gallery .flickity-prev-next-button.next, #artist-gallery .flickity-prev-next-button.next {right:10px}
#symposium-gallery .flickity-rtl .flickity-prev-next-button.previous, #artist-gallery .flickity-rtl .flickity-prev-next-button.previous {left:auto;right:10px}
#symposium-gallery .flickity-rtl .flickity-prev-next-button.next, #artist-gallery .flickity-rtl .flickity-prev-next-button.next {right:auto;left:10px}
#symposium-gallery .flickity-prev-next-button .flickity-button-icon, #artist-gallery .flickity-prev-next-button .flickity-button-icon {position:absolute;left:20%;top:20%;width:60%;height:60%}
#symposium-gallery .flickity-page-dots, #artist-gallery .flickity-page-dots {position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}
#symposium-gallery .flickity-rtl .flickity-page-dots, #artist-gallery .flickity-rtl .flickity-page-dots {direction:rtl}
#symposium-gallery .flickity-page-dots .dot, #artist-gallery .flickity-page-dots .dot {display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}
#symposium-gallery .flickity-page-dots .dot.is-selected, #artist-gallery .flickity-page-dots .dot.is-selected {opacity:1}

@media only screen and (max-width: 768px) {
	#symposium-gallery, #artist-gallery {
    	height: 40vh !important;
    }
	.artwork-slide {
	    max-height: 37vh;
	    height: 37vh;
	    max-width: none;
	    width: 84%;
	    overflow: hidden;
    }
    .home-v2 .artwork-slide { 
	    border-radius: 4vw;
	    height: 42vh;
	    max-height: 42vh;
	}
    .artwork-slide img {
	    max-height: 100%;
	    max-width: none;
	    width: auto;
		height: auto;
    }
    #symposium-gallery p.caption {
/* 	    bottom: -4.5%; */
		bottom: inherit;
		top: 100%;
/*
	    font-size: 14px;
		line-height: 1.2;
*/
		font-size: 12px;
		line-height: 1;
		width: 100%;
    }
    .caption-wrap {
	    margin-left: 1em;
	}
	#symposium-gallery .flickity-prev-next-button {
		width: 20% !important;
	}
	.flickity-enabled.is-draggable .flickity-viewport{
	    touch-action: pan-y !important;
	}
	.col-md-6.addtl-links {
		display: none;
	}
}

/* iPhone X */
/*
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){

}
*/

@media only screen and (max-width: 480px) {
	#symposium-gallery, #artist-gallery {
    	height: 34vh !important;
    }
    #symposium-gallery .carousel-cell, #artist-gallery .carousel-cell {
    	height: 88%;
    }
    #symposium-gallery .carousel-cell img, #artist-gallery .carousel-cell img {
    	height: 80%;
	}
	#symposium-gallery p.caption, #artist-gallery p.caption {
/* 	    bottom: -1.5%; */
		top: 92%;
		font-size: 10px;
		line-height: 1;
	}
	.carousel--prev, .carousel--next {
		width: 3vw;
		opacity: 1;
	}
}

@media only screen and (max-width: 400px) {
	#symposium-gallery, #artist-gallery {
    	height: 40vh !important;
    }
    #symposium-gallery .carousel-cell, #artist-gallery .carousel-cell {
	    height: 82%;
	}
}