.glide {
	margin: 0 auto;
	max-width: calc(100% - 100px);
	position: relative;
}
@media (max-width: 768px) {
	.stage .glide {
		max-width: calc(100% - 40px);
	}
}
	.glide.v2 .nav-wrap {
		position: relative;
		width: 100%;
		text-align: center;
	}
	.glide.v2 .glide__arrows img {
		height: 20px;
	}
	.glide.v1 .glide__arrow {
		position: absolute;
		display: block;
		top: 50%;
		z-index: 2;
		color: white;
		background-color: transparent;
		opacity: 1;
		cursor: pointer;
		transition: opacity 150ms ease;
		transform: translateY(-50%);
		line-height: 1;
	}
	.glide.v2 .glide__arrow {
		position: absolute;
		display: block;
		bottom: -100%;
		z-index: 2;
		color: white;
		background-color: transparent;
		opacity: 1;
		cursor: pointer;
		transition: opacity 150ms ease;
		transform: translateY(-50%);
		line-height: 1;
	}
	/*
	.glide.v2.glide--slider .glide__arrow {
		top: calc(50% + 10px);
	}
	*/
	.glide__arrow:focus {
		outline: none;
	}
	.glide__arrow:hover {
		border-color: white;
	}
	.glide.v1 .glide__arrow--left {
		left: -50px;
	}
	.glide.v1 .glide__arrow--right {
		right: -50px;
	}
	.glide.v2 .glide__arrow--left {
		left: 0;
	}
	.glide.v2 .glide__arrow--right {
		right: 0;
	}
	.glide__arrow--disabled {
		opacity: 0.33;
	}
	.glide.v1 .glide__bullets {
		position: absolute;
		z-index: 2;
		bottom: 2em;
		left: 50%;
		display: inline-flex;
		list-style: none;
		transform: translateX(-50%);
	}
	.glide.v2 .glide__bullets {
		
	}
	.glide__bullet {
		background-color: rgba(255, 255, 255, 0.5);
		width: 5px;
		height: 5px;
		padding: 0;
		border-radius: 50%;
		border: 2px solid transparent;
		transition: all 300ms ease-in-out;
		cursor: pointer;
		line-height: 0;
		outline: 1px solid #7b7b7b;
		margin: 0 0.25em;
		position: relative;
		top: -5px;
	}
	.glide__bullet:focus {
		/*outline: none;*/
	}
	.glide__bullet:hover, .glide__bullet:focus {
		background-color: #7b7b7b;
		opacity: 0.7;
	}
	.glide__bullet--active {
		background-color: #7b7b7b;
	}
	.glide--swipeable {
	  cursor: grab;
	  cursor: -moz-grab;
	  cursor: -webkit-grab;
	}
	.glide--dragging {
		cursor: grabbing;
		cursor: -moz-grabbing;
		cursor: -webkit-grabbing;
	}
	.glide__slide {
		margin-top: 0;
		margin-bottom: 0;
	}

	/*
	.glide .glide__slides {
		padding-left: 4em;
		padding-right: 4em;
	}
	.glide--slider .glide__arrow--left {
		left: 0;
	}
	.glide--slider .glide__arrow--right {
		right: 0;
	}
	*/

	/*
	.glide--slider .glide__arrows {
		width: calc(100% + 100px);
	}
	*/