section.vertical-gallery {
	position: relative;
	padding: 0;
	width: 100%;
	height: 100vh
}

section.vertical-gallery .slideshow {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

section.vertical-gallery .slideshow .slider {
	width: 100vw;
	height: 100%;
	z-index: 2
}

section.vertical-gallery .slideshow .slider * {
	outline: none
}

section.vertical-gallery .slideshow .slider .item {
	height: 100%;
	width: 100vw;
	position: relative;
	overflow: hidden;
	border: none
}

section.vertical-gallery .slideshow .slider .item img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover
}

section.vertical-gallery .slideshow.slideshow-right {
	left: 0;
	z-index: 1;
	width: 50vw;
	pointer-events: none
}

section.vertical-gallery .slideshow.slideshow-right .slider {
	left: 0;
	position: absolute
}

section.vertical-gallery .slideshow .slick-dots {
	position: absolute;
	z-index: 100;
	display: block;
	width: 30px;
	height: auto;
	bottom: auto;
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
	color: #fff;
	pointer-events: none
}

section.vertical-gallery .slideshow .slick-dots li {
	display: block;
	width: 100%;
	height: auto
}

section.vertical-gallery .slideshow .slick-dots li button {
	position: relative;
	width: 15px;
	height: 10px;
	text-align: center
}

section.vertical-gallery .slideshow .slick-dots li button:before {
	content: '';
	background: #fff;
	color: #fff;
	height: 2px;
	width: 15px;
	border-radius: 0;
	position: absolute;
	top: 50%;
	right: 0;
	left: auto;
	transform: translateY(-50%);
	transition: all .3s ease-in-out;
	opacity: .6
}

section.vertical-gallery .slideshow .slick-dots li.slick-active button:before {
	width: 30px;
	opacity: 1
}

.vertical-gallery-content {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	z-index: 1;
	pointer-events: none
}

.vertical-gallery-content .main-title {
	font-size: 3.25rem
}

@media (min-width:576px) {
	.vertical-gallery-content .main-title {
		font-size: 5rem
	}
	section.vertical-gallery .slideshow .slick-dots {
		right: 20px
	}
}
.slick-list.draggable {
    height: 100%!important;
}