body {
	background-color: #FFFFFF;
	background-image: url(../images/DistilleryPhoto.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	background-position: center -185px;
}
h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
}
	#videoContainer {
	position: relative;
	width: 100%;
	border-top: solid 1px red;
	}
	#backVideo {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 56.33%; /* 16:9 */
		z-index: 0;
		margin-top: -80px;
		display: block;
		background-image: url(../images/video-back.jpg);
		background-size: cover;
	}
	#fullVideo {
	  position: absolute;
	  object-fit: cover;
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  pointer-events: none;
	}
	#showFull {
	position: absolute;
	top: 35%;
	width: 100%;
	text-align:center;
	z-index: 100;
	}
	#vidArrow {
	position: relative;
	height: 150px;
	width: auto;
	margin: auto;
	z-index: 100;
	cursor: pointer;
	}
	#viewFull {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	background-color: rgba(255,255,255,0.8);
	z-index: 999;
	display: none;
	}
	#playerContainer{
		position: relative;
		width: 86%;
		/*padding-bottom: 50.01%;  16:9 */
		aspect-ratio: 2 / 1;
		margin: 1% auto;
		 
	}
	#playerContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: none;
	box-shadow: 5px 5px 8px rgba(0,0,0,0.25);
	margin-top: 65px;
	}
	#fullPlay {
	  position: absolute;
	  object-fit: cover;
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  display: block;
	}
	#closeFull {
	position: absolute;
	right: 0px;
	top: 12px;
	width: auto;
	text-align: right;
	border: solid 1px #666666;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	padding: 8px 16px;
	cursor: pointer;
	}

@media only screen and (max-width: 1900px) {
	body {
	background-color: #FFFFFF;
	background-image: url(../images/DistilleryPhoto-1900.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	background-position: center -185px;
	}
}
@media only screen and (max-width: 1400px) {
	body {
	background-image: url(../images/DistilleryPhoto-1200.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	background-position: center -90px;
	}
}
@media only screen and (max-width: 1200px) {
	body {
	background-image: url(../images/DistilleryPhoto-1200.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: local;
	background-position: center -60px;
	}
	h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	}
	#backVideo {
		margin-top: -20px;
	}
}
@media only screen and (max-width: 940px) {
	body {
	background-image: url(../images/DistilleryPhoto-800.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: local;
	background-position: center 20px;
	}
	h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 34px;
	}
	#vidArrow {
	position: relative;
	height: 100px;
	width: auto;
	margin: auto;
	z-index: 100;
	cursor: pointer;
	}
}
@media only screen and (max-width: 800px) {
	h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	margin-bottom: 28px;
	line-height: 135%;
	}
}
@media only screen and (max-width: 700px) {
	body {
	background-image: url(../images/DistilleryPhoto-800.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: local;
	background-position: center 110px;
	}
	#vidArrow {
	position: relative;
	height: 70px;
	width: auto;
	margin: auto;
	z-index: 100;
	cursor: pointer;
	}
}
@media only screen and (max-width: 500px) {
	body {
	background-image: url(../images/DistilleryPhoto-800.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: local;
	background-position: center 190px;
	}
}
@media only screen and (max-width: 400px) {
	body {
	background-image: url(../images/DistilleryPhoto-800.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: local;
	background-position: center 210px;
	}
}