.slider-wrapper {
	position: relative;
	margin: 0;
}

.homepage-main-banner {
	margin-bottom: var(--space-400);
	margin: 0 auto 1.5rem;
}

.picture-slide a {
	display: block;
}

.picture-slide img {
	display: none;
}

.first-slide img {
	display: block;
}

.anywhere-slider .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 99;
	margin: -31px 0 0;
	width: 26px;
	height: 45px;
	border: none;
	background: url('../../../../../../Themes/Prisma/Content/img/ui-symbols.svg#ico--arrow-head-view-3');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25.731px 45px;
	font-size: 0;
}

.anywhere-slider .slick-prev {
	left: 0;
	transform: rotate(180deg);
}

.anywhere-slider .slick-next {
	right: 0;
}

.anywhere-slider .slick-dots {
	position: relative;
	height: 0;
	padding: 0;
	text-align: center;
	font-size: 0;
	z-index: 99;
}

.anywhere-slider .slick-dots li {
	display: inline-block;
	position: relative;
	top: -30px;
	margin: 0 5px;
	vertical-align: middle;
}

.anywhere-slider .slick-dots button {
	font-size: 0;
	padding: 0;
	width: 14px;
	height: 14px;
}

.anywhere-slider .slick-active button {
	border-color: #fff;
}

@media (min-width: 1025px) {
	.anywhere-slider .slick-arrow {
		background-color: transparent;
	}

	.anywhere-slider .slick-prev {
		left: 10px;
	}

	.anywhere-slider .slick-next {
		right: 10px;
	}
}