@charset "UTF-8";
/* CSS Document */

.slick-dots li button {
	background: url(https://paretosec.com/images/common/bullet-bg.svg)  no-repeat center center;
}

.slick-dots li.slick-active button {
	background: url(https://paretosec.com/images/common/activebullet-bg.svg)  no-repeat center center;
}

.slick-dots li button:before {
	content: "";
}

button.slick-prev, button.slick-next {
	width: 25px;
	height: 25px;
	z-index: 2;
}

button.slick-prev:before, button.slick-next:before, button.slick-next:focus, 
button.slick-prev:hover:before, button.slick-next:hover:before, button.slick-prev:focus {
/*	font-size: 25px;
	color: #dd0c80;*/
	content: '';
}

button.slick-next, button.slick-next:hover {
	background: transparent url(https://paretosec.com/images/common/slider-next.svg) no-repeat center center;
	background-size: contain;
	right: 10px;
}

.slick-prev, .slick-prev:hover {
	background: transparent url(https://paretosec.com/images/common/slider-prev.svg) no-repeat center center;
/*	color: #de0080;*/
	background-size: contain;
	left: 10px;
}
	
@media screen and (max-width: 480px) {
	.showvideooverlay {
		width: 100vw;
	}
}

@media screen and (min-width:481px) and (max-width: 768px) {
	.showvideooverlay {
		width: 50vw;
	}
}

@media screen and (min-width:769px) and (max-width: 1399px) {
	.showvideooverlay {
		width: 33vw;
	}
}

@media screen and (min-width: 1400px) {
	.showvideooverlay {
		width: 466px;
	}
}

@media screen and (max-width: 768px) {
	.responsive .slick-list {
		padding: 0 10px;
	}
}
