/****************************************************************************************************************************************
 /$$$$$$ /$$      /$$  /$$$$$$   /$$$$$$  /$$$$$$$$        /$$$$$$   /$$$$$$  /$$$$$$$   /$$$$$$  /$$       /$$       /$$$$$$$$ /$$$$$$$
|_  $$_/| $$$    /$$$ /$$__  $$ /$$__  $$| $$_____/       /$$__  $$ /$$__  $$| $$__  $$ /$$__  $$| $$      | $$      | $$_____/| $$__  $$
  | $$  | $$$$  /$$$$| $$  \ $$| $$  \__/| $$            | $$  \__/| $$  \__/| $$  \ $$| $$  \ $$| $$      | $$      | $$      | $$  \ $$
  | $$  | $$ $$/$$ $$| $$$$$$$$| $$ /$$$$| $$$$$         |  $$$$$$ | $$      | $$$$$$$/| $$  | $$| $$      | $$      | $$$$$   | $$$$$$$/
  | $$  | $$  $$$| $$| $$__  $$| $$|_  $$| $$__/          \____  $$| $$      | $$__  $$| $$  | $$| $$      | $$      | $$__/   | $$__  $$
  | $$  | $$\  $ | $$| $$  | $$| $$  \ $$| $$             /$$  \ $$| $$    $$| $$  \ $$| $$  | $$| $$      | $$      | $$      | $$  \ $$
 /$$$$$$| $$ \/  | $$| $$  | $$|  $$$$$$/| $$$$$$$$      |  $$$$$$/|  $$$$$$/| $$  | $$|  $$$$$$/| $$$$$$$$| $$$$$$$$| $$$$$$$$| $$  | $$
|______/|__/     |__/|__/  |__/ \______/ |________/       \______/  \______/ |__/  |__/ \______/ |________/|________/|________/|__/  |__/
****************************************************************************************************************************************/
.image-scroller-container
{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 90px auto;
}

.image-scroller-container a:link,
.image-scroller-container a:active,
.image-scroller-container a:visited,
.image-scroller-container a:hover
{
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	text-decoration: none;
}

.image-scroller-container .slide-link img
{
	padding-bottom: 10px !important;
	max-width: 100%;
	height: auto;
}

.image-scroller-container div.caption
{
	font-size: 15pt;
	font-weight: normal;
	color: #151515;
}

.image-scroller-container div.description
{
	font-size: 11pt;
	font-weight: normal;
	color: #151515;
}

.glide
{
	width: 100%;
	background-color: #ffffff;
	text-align: center;
}

.glide__slides
{
	margin: 0;
	align-items: center;
}

.image-scroller-container .glide__arrows button
{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 23px;
	height: 42px;
	border: none;
	opacity: 0.5;
	transition: all 200ms;
}

.image-scroller-container .glide__arrows button:hover
{
	opacity: 1;
}

.image-scroller-container .glide__arrows button.glide__arrow--left
{
	left: -30px;
	background: url("/media-collections/renderers/MEDIA_RENDERER_IMAGE_SCROLLER/images/left-chevron.png") top center no-repeat;
}

.image-scroller-container .glide__arrows button.glide__arrow--right
{
	right: -30px;
	background: url("/media-collections/renderers/MEDIA_RENDERER_IMAGE_SCROLLER/images/right-chevron.png") top center no-repeat;
}

@media screen and (max-width:1280px)
{
	.image-scroller-container .glide__arrows
	{
		display: none;
	}
}