html {
	scroll-behavior: smooth;
}
.landing-sommelier {
	background-color: #000000;

	.video-gallery-modal {

		#hero-vimeo {
			width: auto;
			right: unset;
		}

		.modaal-overlay {
			opacity: 0.4;
		}

		.modaal-container {
			width: auto;
			background: transparent;
		}
	}

	main {

		.global__section.bg--white {
			background-color: #000000;
			padding-top: 36px;
			padding-bottom: 36px;
			margin-top: .3em;
		}

		.md--max-width--4 {
			max-width: 52rem;
		}

		div, span {
			color: #F8F7F2;
		}

		.global__button_gold {
			min-width: 218px;

			span {
				color: #000000;
			}
		}

		.global__button_gold:hover {
			background-color: #F8F7F2;
		}

		video {
			object-fit: cover;
			background-color: #000000;
		}

		.slideshow__slide {
			min-height: 420px;
		}

		.play-btn {
			left: 50%;
			top: 280px;
			transform: translateX(-50%);
			cursor: pointer;
		}


		.flickity-page-dots .dot {
			background: #F8F7F2;
		}

		.image-autoscroll {
			a {
				svg path {
					fill: #303031;
				}
			}
		}

		.image-autoscroll-box {
			width: 35px;
			height: 35px;
			z-index: 2;

			& > .absolute {
				width: 390px;
				visibility: hidden;
				opacity: 0;
				height: 0;
				transition: opacity .3s;
				margin-top: -25px;
				top: 35px;
				z-index: -1;
			}
		}

		.image-autoscroll-box:hover {
			width: auto;
			height: auto;

			& > .absolute {
				visibility: visible;
				opacity: 1;
				height: auto;
				transition: opacity .3s;
			}
		}

		.two-images {
			.icon-wrapper svg path {
				fill: #e0caa3;
			}

			img {
				object-fit: cover;
			}
		}

		.newsletter.bg--clay {
			background-color: #e0caa3;
		}

		.video-gallery__arrows {
			top: -65px;
		}
	}
}

#multistore {
	background-color: #e0caa3;
}

@media only screen and (min-width: 750px) {
	.landing-sommelier {

		.video-gallery-modal {

			.modaal-inner-wrapper {
				padding-top: 0;
				padding-bottom: 0;
			}

			#hero-vimeo {
				width: 78%;
			}
		}
	
		main {
			
			.global__section.bg--white {
				padding: 65px;

				h4, .h4 {
					font-size: 32px;
					line-height: 1.25;
				}
			}

			.slideshow__slide {
				min-width: 343px;
			}
		}
	}
}

@media only screen and (min-width: 1400px) {
	.landing-sommelier {

		main {

			.global__section.bg--white {
				padding-left: 20%;
				padding-right: 20%;
			}

			.slideshow__slide {
				min-width: 340px;
				min-height: 630px;
			}

			.image-autoscroll-box {

				& > .absolute {
					width: 490px;
				}
			}
		}
	}
}

@media only screen and (min-width: 1920px) {
	.landing-sommelier {
		main {
			.video-gallery__arrows {
				display: none;
			}
		}
	}
}

@media only screen and (max-width: 600px) {
	.landing-sommelier {
		[data-section-type="hero"] .flex.absolute.p3  {
			padding: 20px;
		}
		main {

			.video-gallery__arrows {
				top: auto;
				bottom: 10px;
        		right: 24px;

				.btn {
					padding: 5px;
				    margin: 5px;
				    height: max-content;
				}
			}
		}
	}
}