body
{
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: "Fira Sans", Helvetica, sans-serif;
	font-weight: 200;
}


video {
	height: 100%;
	width: 177.77777778vh;
	min-width: 100%;
	min-height: 56.25vw;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 1s ease;
}

#outc
{
	min-width: 100%;
	min-height: 100%;
}
#content
{
	position: fixed;
	bottom: 0;
	left: 0;
	color: #f1f1f1;
	width: 100%;
	padding: 30px;
	font-family: "Fira Sans", Helvetica, sans-serif;
	font-weight: 200;
	transition: all 1s ease;
	box-sizing: border-box;
	text-align: right;
}

a { color: #fff; }
a:link {color: #fff;}
a:hover {color: #000;}
a:active {color: #fff;}
#content h1
{
	margin: 0 0 18px 0;
	font-weight: 200;
	font-size: 48px;
}

#inquiries
{
}

.btnlnk
{
	height: 32px;
	flex-shrink: 0;
	border-radius: 20px;
	border: 1px solid #FFF;
	background: rgba(0, 0, 0, 0.40);
	color: #FFF;
	font-family: "Fira Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 14px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	outline: 0;
	padding: 6px 5px 5px 5px;
	box-sizing: border-box;
	margin: 15px 0px 24px auto;
	text-decoration: none;
}
#rizzoli { margin: 0; }
#rizzolinewyork
{
	width: 100px;
	height: 40px;
	flex-shrink: 0;
}
#book
{
	position: fixed;
	top: 20px;
	left: 20px;
	width: 225px;
	flex-shrink: 0;
	border-radius: 5px;
	background: #D2CBBE;
	padding: 24px;
}
#book h2
{
	font-weight: normal;
	margin: 0 0 6px 0;
	font-size: 14px;
}
#book p
{
	margin: 0 0 16px 0;
	font-size: 14px;
}
#jpbook
{
	width: 180px;
	height: auto;
	flex-shrink: 0;
}
#booklink{display: none;}

#playPauseBtn
{
	width: 121px;
	height: 121px;
	padding: 0;
	border: none;
	color: #fff;
	cursor: pointer;
	margin-right: 0;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: url(play-pause.svg?1);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 247px 121px;
	text-indent: -1000px;
	overflow: hidden;
	font-size: 18px;
}
#playPauseBtn:hover {
	 opacity: 0.7;
}
#playPauseBtn:focus {
	 opacity: 0.7;
}
#playPauseBtn:active {
	 opacity: 0.7;
}

#playPauseBtn.plyn
{
	background-position: -126px 0px;
}
#playPauseBtn.plyn:hover {
	 opacity: 0.7;
}
#playPauseBtn.plyn:focus {
	 opacity: 0.7;
}
#playPauseBtn.plyn:active {
	 opacity: 0.7;
}

#muteBtn {
	width: 200px;
	font-size: 18px;
	padding: 10px;
	border: none;
	background: #000;
	color: #fff;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 8px;
}

#muteBtn:hover {
  background: #ddd;
  color: black;
}
#muteBtn:focus {
  background: #000;
  color: white;
}
#muteBtn:active {
  background: #000;
  color: white;
}
#playFull
{
	box-sizing: border-box;
	margin-bottom: 8px;
}
#playFull:hover {
	color: black;
}
#playFull:focus {
	color: white;
}
#playFull:active {
	color: white;
}
.divide {margin-left: 10px; margin-right: 10px;}
#content .cap {font-weight: 200;font-size: 12px;}
@media (max-width: 818px) {
video.jpview {
	left: 20%;
	top: 50%;
	transform: translate(-50%, -50%);
}

video {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

}
@media (max-width: 576px) {
body {	background-color: #D2CBBE;}
#content
{
	position: absolute;
}
#content h1 { font-size: 30px; }
#content p { font-size: 15px; }
#content .cap {font-size: 12px;}
#playFull, #playPauseBtn { font-size: 15px; }
#book
{
	display: block;
	position: relative;
	margin-top: 30px;
	margin-bottom: 90px;
	top: 0;
	left: 0;
	width: auto;
}
#booklink{display: none;}
#playPauseBtn
{
	width: 61px;
	height: 61px;
	background-size: 124px 61px;
	text-indent: -1000px;
	overflow: hidden;
	font-size: 18px;
}
#playPauseBtn.plyn
{
	background-position: -63px 0px;
}
#vid{min-width: 0;}
video.jpview {
    left: 5%;
    top: 0;
    transform: translate(-50%, 0%);
}
video {
box-sizing: border-box;

	height: 100%;
	width: 177.77777778vh; 
	min-width: 100%;
	min-height: 56.25vw;
	position: relative;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
}

}

