.ss4_slideshow 
{
	width: 100%;
	height: 100%;

	position: absolute;
	top: 0;
	left: 0;

	overflow: hidden;
	z-index: 1;
}
.ss4_slideshow .ss4_slider 
{
	width: 100vw;
	max-width: 770px;
	height: 100vw;

	z-index: 2;
}
.ss4_slideshow .ss4_slider.ss4_mini
{
	max-width: 340px;
}
.ss4_slideshow .ss4_slider * 
{
  	outline: none;
}
.ss4_slideshow .ss4_slider .ss4_item 
{
	width: 100%;
	height: 100vh;

	position: relative;

	background: black;
	border: none;
	overflow: hidden;
}
.ss4_slideshow .ss4_slider .ss4_item .ss4_text 
{
  	display: none;
}
.ss4_slideshow .ss4_slider .ss4_item img 
{
	width: auto;
	height: 100%;

	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	margin-top: -23%;

	opacity: .7;
	object-fit: contain !important;
}
.ss4_slideshow .ss4_slider .ss4_item img.ss4_long 
{
	min-width: 100%;
	min-height: 100%;

	object-fit: cover !important;
}
.ss4_slideshow .ss4_slider.ss4_mini .ss4_item
{
	width: 340px;
	height: 340px;

	margin-top: 0%;
}
.ss4_slideshow .slick-dots 
{
	width: 40px;
	height: auto;
	
	position: fixed;
	top: 50%;
	bottom: auto;
	left: auto;
	right: 10px;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	display: none !important;

	z-index: 100;

	color: #fff;
}
.ss4_slideshow.ss4_slideshow-right 
{
	width: 50%;

	left: 0;

	z-index: 1;
	pointer-events: none;
}
.ss4_slideshow.ss4_slideshow-right .ss4_slider 
{
	position: absolute;
	left: 0;
}
.ss4_slideshow .slick-dots li 
{
	width: 100%;
	height: auto;

	display: block;
}
.ss4_slideshow .slick-dots li button 
{
	width: 20px;
	height: 15px;

	position: relative;

	text-align: center;
}
.ss4_slideshow .slick-dots li button:before 
{
	height: 2px;
	width: 20px;
	content: '';

	position: absolute;
	top: 50%;
	right: 0;
	left: auto;
	transform: translateY(-50%);

	background: #fff;
	border-radius: 0;
	opacity: 0.6;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

	color: #fff;
}
.ss4_slideshow .slick-dots li.slick-active button:before 
{
	width: 40px;

	opacity: 1;
}