.our-story main {
	margin-bottom: 65px;
}
.our-story .masthead {
	height: 1200px;
	position: relative;
	background: none;
}
.our-story .product-img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	height: 100%;
}

.story-section.prohibition {
    margin-top: -120px;
}

.story-details {
	z-index: 2;
	padding-top: 44px;
}
.bartender .story-details {
	padding-top: 70px;
	padding-bottom: 70px;
}
.story-details .h2 {
	color: var(--burgundy);
	font-size: 60px;
	margin: 20px 0 24px;
}
.story-details .p {
	color: var(--burgundy);
}
.story-details .btn {
	margin-top: 25px;
}
.century {
	font-size: 37px;
	color: var(--burgundy);
	font-family: var(--mesa);
	display: block;
}
.century span {
	font-size: 21px;
	text-transform: uppercase;
}
.rittenhouse {
	position: absolute;
	top: 100px;
	left: -420px;
	filter: brightness(0) invert(1);
	z-index: -1;
	width: 900px;
}
.seperator1 {
	position: absolute;
	top: 0;
	left: 47%;
	transform: translateX(-47%);
	height: 100%;
}
.video-story-section .seperator1 {
	left: 48.7%;
	transform: translateX(-50%);
}
.video-story-content {
	position: relative;
	z-index: 2;
}
.stories-wrapper {
	background: url('../images/story-bg.jpg') center center no-repeat;
	background-size: auto 100%;
	padding-bottom: 200px;
}
/* .stories-inner {
	padding-top: 40px;
} */
.separator {
	width: 100px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 48.5%;
	transform: translateX(-50%);
	background: url('../images/golden-separator1.png?ver=2') center center repeat-y;
	background-size: 100% auto;
}
.separator.border2 {
	background-image: url('../images/golden-separator2.png?ver=2');
}

.prohibition .story-image {
    height: 705px;
    position: relative;
    width: 100%;
}
.prohibition .story-image img {
    width: 940px;
    max-width: none;
    position: absolute;
    left: -25px;
	bottom: 0;
}
.bartender .story-image {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
}


.video-story-section {
	padding-top: 122px;
	overflow: hidden;
}
.video-story-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: -12px;
	width: 51%;
    height: 575px;
	background: linear-gradient(0deg, #9D242D 0%, #9D242D 100%), url('../images/legacy-red-dot.png') var(--light-cream) 0 0  / 100% 120%  no-repeat;
	background-size: cover, cover;
	background-blend-mode: screen, normal;
}
.play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 110px;
}
.video-story-content .story-details {
	padding: 20px 0 0 55px;
}
.videoImg {
	min-height: 530px;
	object-fit: cover;
}
.tagline .h2 {
	font-size: 33px;
	color: var(--burgundy);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 405px;
	line-height: 1;
}
.tagline {
	height: 287px;
	width: 710px;
	background: url('../images/tagline-bg.svg') center center no-repeat;
	background-size: auto 100%;
	text-align: center;
	transform: rotate(-2.62deg);
	margin-top: -80px;
	margin-left: -14px;
	position: relative;
	z-index: 10;
	pointer-events: none;
}
.bartender .story-image img {
	max-width: 640px;
}
.video-desc {
	margin-top: 35px;
}
.video-desc p {
	font-family: var(--mesa);
	font-size: 10px;
	text-transform: uppercase;
	color: var(--brown);
	line-height: 1.5;
	letter-spacing: .021em;;
	margin-bottom: 15px;
}
.video-desc p:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 1599px) {
	.our-story main {
		margin-bottom: 57px;
	}
	.story-details {
		padding-top: 49px;
	}
	.story-details .h2 {
		font-size: 53px;
		margin: 18px 0 21px;
	}
	.story-details .btn {
		margin-top: 22px;
	}
	.century {
		font-size: 33px;
	}
	.century span {
		font-size: 19px;
	}
	.rittenhouse {
		left: -320px;
		top: 88px;
		width: 700px;
	}
	.stories-wrapper {
		padding-bottom: 165px;
	}

	.video-story-section {
		padding-top: 107px;
	}
	.video-story-section::before {
		left: -10px;
		height: 547px;
	}
	.play-icon {
		width: 97px;
	}
	.video-story-content .story-details {
		padding: 18px 0 0 43px;
	}
	.videoImg {
		min-height: 464px;
	}
	.tagline .h2 {
		font-size: 29px;
		min-width: 355px;
	}
	.tagline {
		height: 252px;
		width: 622px;
		margin-top: -70px;
		margin-left: -12px;
		z-index: 10;
	}
	
	.our-story .masthead {
		height: 1000px;
	}
	.story-section.prohibition {
		margin-top: -100px;
	}
	.bartender .story-details {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.separator {
		width: 84px;
	}
	.prohibition .story-image {
		height: 588px;
	}
	.prohibition .story-image img {
		width: 784px;
		left: -20px;
	}
	.video-story-section::before {
		left: -10px;
		height: 480px;
	}
}
@media screen and (max-width: 1279px) {
	.our-story main {
		margin-bottom: 46px;
	}
	.story-details {
		padding-top: 39px;
	}
	.story-details .h2 {
		font-size: 42px;
		margin: 14px 0 17px;
	}
	.story-details .btn {
		margin-top: 18px;
	}
	.century {
		font-size: 26px;
	}
	.century span {
		font-size: 15px;
	}
	.rittenhouse {
		left: -230px;
		top: 70px;
		width: 520px;
	}
	.stories-wrapper {
		padding-bottom: 120px;
	}

	.video-story-section {
		padding-top: 86px;
	}
	.video-story-section::before {
		left: -8px;
		height: 438px;
	}
	.play-icon {
		width: 77px;
	}
	.video-story-content .story-details {
		padding: 14px 0 0 18px;
	}
	.videoImg {
		min-height: 371px;
	}
	.tagline .h2 {
		font-size: 24px;
		min-width: 300px;
	}
	.tagline {
		height: 201px;
		width: 497px;
		margin-top: -56px;
		margin-left: -9px;
		z-index: 10;
	}
	.our-story .masthead {
		height: 800px;
	}
	.our-story .product-img {
		left: 53%;
	}
	.story-section.prohibition {
		margin-top: -80px;
	}
	.bartender .story-details {
		padding-top: 47px;
		padding-bottom: 47px;
	}
	.separator {
		width: 67px;
	}
	.prohibition .story-image {
		height: 470px;
	}
	.prohibition .story-image img {
		width: 627px;
		left: -15px;
	}
	.video-story-section::before {
		left: -8px;
		height: 384px;
	}
}
@media screen and (max-width: 991px) {
	.our-story main {
		margin-bottom: 35px;
	}
	.story-details {
		padding-top: 29px;
	}
	.story-details .h2 {
		font-size: 32px;
		margin: 11px 0 13px;
	}
	.story-details .btn {
		margin-top: 14px;
	}
	.century {
		font-size: 20px;
	}
	.century span {
		font-size: 12px;
	}
	.stories-wrapper {
		padding-bottom: 95px;
	}

	.video-story-section {
		padding-top: 58px;
	}
	.video-story-section::before {
		left: -6px;
		height: 329px;
	}
	.play-icon {
		width: 58px;
	}
	.video-story-content .story-details {
		padding: 0 0 0 12px;
	}
	.videoImg {
		min-height: 302px;
	}
	.tagline .h2 {
		font-size: 18px;
		min-width: 240px;
	}
	.tagline {
		height: 160px;
		width: 395px;
		margin-top: -82px;
		margin-left: -7px;
		z-index: 10;
	}

	.rittenhouse {
		top: 53px;
		left: -220px;
		width: 473px;
	}
	.story-details .p br {
		display: none;
	}
    .bartender .story-details .p br {
        display: block;
    }
	.prohibition .story-details .p {
		padding-right: 40px;
	}
	.our-story .masthead .p {
		max-width: 250px;
	}
	.our-story .masthead .p br {
		display: none;
	}

	.our-story .masthead {
		height: 600px;
	}
	.story-section.prohibition {
		margin-top: -60px;
	}
	.bartender .story-details {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.separator {
		width: 50px;
	}
	.prohibition .story-image {
		height: 353px;
	}
	.prohibition .story-image img {
		width: 470px;
		left: -10px;
	}
	.video-story-section::before {
		left: -6px;
		height: 288px;
	}
	.our-story .product-img {
		left: 63%;
	}
}
@media screen and (max-width: 767px) {
	.our-story .masthead {
		height: auto;
		padding-top: 115vw;
	}
	.our-story .product-img {    
		position: absolute;
		left: 0;
		transform: translateX(0);
		width: 100%;
		height: auto;
	}
	.our-story .masthead .p {
		max-width: 100%;
	}
	.our-story .masthead .p br {
		display: block;
	}

	.story-section.prohibition {
		margin-top: -30px;
	}
	.separator {
		display: none;
	}
	.rittenhouse {
		width: 520px;
		left: 50%;
		transform: translateX(-50%)
	}
	.story-details {
		padding-top: 0;
		text-align: center;
	}
	.century {
		font-size: 30px;
	}
	.century span {
		font-size: 16px;
	}
	.story-details .h2 {
		font-size: 34px;
		margin: 14px 0 20px;
	}
	.prohibition .story-details .p {
		padding-right: 0;
	}
	.prohibition .story-image {
		padding: 0;
		height: auto;
		margin-top: 40px;
	}
	.prohibition .story-image img {
	    position: relative;
	    left: 50%;
	    transform: translateX(-50%);
	    width: 620px;
	}
	.video-story-content {
		flex-direction: column-reverse;
	}
	.video-story-section {
		padding: 0;
	}
	.video-story-section::before {
		display: none;	
	}
	.video-story-section .col-62 {
		margin: 0 -20px;
		width: calc(100% + 40px);
		padding: 40px 0;
		background: url('../images/redish-test.jpg') center center no-repeat;
		background-size: cover;
	}
	.video-story-content .story-details {
		padding: 0;
	}
	.video-story-content .col-38 {
		margin-bottom: 50px;
	}
	.tagline {
		display: none;
	}
	.video-desc p {
		filter: drop-shadow(0 0px 0px #BC8337);
		text-shadow: 0 0 #BC8337;
	}
	.stories-wrapper {
		background: unset;
		padding-bottom: 0;
	}
	.stories-inner {
		padding-top: 50px;
	}
	.story-section.bartender {
		padding: 50px 0;
		background: url('../images/bartender-bg.jpg') center top no-repeat;
		background-size: 100% auto;
	}
	.bartender .story-details {
		padding-top: 0;
		padding-bottom: 35px;
	}
	.story-details .btn {
		margin: 15px auto 0;
	}
	.bartender .story-image {
		padding: 100px 0 35px;
	}
	.bartender .story-image img {
		transform: scale(1.2);
		max-width: 100%;
	}
	.our-story main {
		margin-bottom: 0;
	}
	.bartender .story-image {
		padding: 0;
		position: relative;
		width: 98vw;
		left: 50%;
		transform: translateX(-50%);
	}
	.story-details .p br {
		display: block;
	}
}

@media screen and (max-width: 767px) and (min-width:540px) {
    .rittenhouse {
        width: 749px;
    }
    .century {
        font-size: 44px;
    }
    .century span {
        font-size: 24px;
    }
    .story-details .h2 {
        font-size: 49px;
        margin: 21px 0 29px;
    }

	.prohibition .story-image img {
		width: 890px;
	}
    .video-story-section::before {
        height: 576px;
    }
    .video-story-content .col-38 {
        margin-bottom: 72px;
    }
    .stories-inner {
        padding-top: 72px;
    }
    .story-section.bartender {
        padding: 72px 0;
    }
    .story-details .btn {
        margin: 22px auto;
    }
}