.peaky-hero-slider {
	background: #262626;
	height: 100vh;
	min-height: 560px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.peaky-hero-slider__track,
.peaky-hero-slide,
.peaky-hero-slide__picture,
.peaky-hero-slide__picture img {
	height: 100%;
	width: 100%;
}

.peaky-hero-slide {
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 1s ease;
	z-index: 1;
}

.peaky-hero-slide.is-active {
	opacity: 1;
	pointer-events: auto;
	z-index: 2;
}

.peaky-hero-slide__picture {
	display: block;
	overflow: hidden;
	position: relative;
}

.peaky-hero-slide__picture img {
	display: block;
	object-fit: cover;
	object-position: center top;
	position: relative;
	z-index: 1;
}

@media only screen and (min-width: 779px) {
	.peaky-hero-slide--contain .peaky-hero-slide__picture::before {
		background-image: linear-gradient(rgba(0, 0, 0, .42), rgba(0, 0, 0, .42)), var(--peaky-slide-background);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		content: "";
		filter: blur(18px);
		inset: -30px;
		position: absolute;
	}

	.peaky-hero-slide--contain .peaky-hero-slide__picture img {
		object-fit: contain;
		object-position: center;
	}
}

.peaky-hero-slide__link {
	inset: 0;
	position: absolute;
	z-index: 2;
}

.peaky-hero-slide__copy {
	color: #fff;
	left: clamp(35px, 6.3vw, 90px);
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-4%);
	z-index: 3;
}

.peaky-hero-slide__kicker {
	color: #cfa670;
	font-family: Kristi, "Marck Script", "Comic Sans MS", cursive, sans-serif;
	font-size: clamp(42px, 4.2vw, 60px);
	line-height: .9;
	margin-bottom: 22px;
}

.peaky-hero-slide__heading {
	font-family: Peddana, "Times New Roman", Georgia, serif;
	font-size: clamp(64px, 8.7vw, 125px);
	font-weight: 700;
	letter-spacing: -3px;
	line-height: .64;
	text-transform: uppercase;
}

.peaky-hero-slide__button {
	background: #050505;
	border: 2px solid rgba(255, 255, 255, .72);
	box-sizing: border-box;
	color: #fff;
	display: flex;
	font-family: Rockwell, "Roboto Slab", "Courier New", serif;
	font-size: clamp(18px, 1.8vw, 26px);
	font-weight: 900;
	height: 62px;
	align-items: center;
	justify-content: center;
	left: var(--peaky-button-x, 50%);
	letter-spacing: .3px;
	line-height: 1;
	min-width: min(365px, calc(100vw - 50px));
	padding: 5px 28px 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: var(--peaky-button-y, 78%);
	transform: translate(-50%, -50%);
	transition: background-color .2s ease, color .2s ease;
	z-index: 4;
}

.peaky-hero-slide__button:hover,
.peaky-hero-slide__button:focus {
	background: #fff;
	color: #222;
}

.peaky-hero-slider__arrow {
	align-items: center;
	background: rgba(0, 0, 0, .5);
	border: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: Arial, sans-serif;
	font-size: 38px;
	height: 40px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	opacity: 0;
	padding: 0 0 4px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color .2s ease, opacity .2s ease;
	width: 40px;
	z-index: 5;
}

.peaky-hero-slider:hover .peaky-hero-slider__arrow,
.peaky-hero-slider:focus-within .peaky-hero-slider__arrow {
	opacity: 1;
}

.peaky-hero-slider__arrow:hover,
.peaky-hero-slider__arrow:focus {
	background: #000;
	color: #fff;
}

.peaky-hero-slider__arrow--prev {
	left: 20px;
}

.peaky-hero-slider__arrow--next {
	right: 20px;
}

@media only screen and (max-width: 778px) {
	.peaky-new-year-page #page_caption h1 {
		display: none;
	}

	.peaky-new-year-page .post_img,
	.peaky-new-year-page .post_img .img_frame,
	.peaky-new-year-page .post_img img {
		box-sizing: border-box;
		max-width: 100% !important;
		width: 100% !important;
	}

	.peaky-new-year-page .post_img img {
		height: auto !important;
	}

	.peaky-hero-slider {
		height: 100svh;
		min-height: 560px;
	}

	.peaky-hero-slide__picture img {
		object-position: center center;
	}

	.peaky-hero-slide__copy {
		left: 8vw;
		top: 55%;
	}

	.peaky-hero-slide__kicker {
		font-size: 42px;
	}

	.peaky-hero-slide__heading {
		font-size: 64px;
		line-height: .72;
	}

	.peaky-hero-slider__arrow {
		opacity: .8;
	}

	.peaky-hero-slider__arrow--prev {
		left: 10px;
	}

	.peaky-hero-slider__arrow--next {
		right: 10px;
	}

	.peaky-hero-slide__button {
		font-size: 18px;
		height: 46px;
		min-width: min(300px, calc(100vw - 70px));
		padding: 4px 20px 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.peaky-hero-slide {
		transition: none;
	}
}
