.swiper-vertical-content {
	width: 100%;
	overflow: hidden;
}

.swiper-vertical-slide, .swiper-vertical-slide a.vslide-only-link {
	display: flex;
}

.swiper-vcontent-pagination {
	position: absolute!important;
	top: 50%!important;
}
.pagination-right {
	right: 0!important;
}
.pagination-left{
	left: 0!important;
}
.vertical-slide-img {
	vertical-align: center;
}

.swiper-vertical-slide {
	
	/* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	
}

.vertical-slide-button{
	display: inline-block;
}