:root {
  --plyr-color-main: maroon;
}

* {
	box-sizing: border-box;
	font-family: arial;
}



html, body {
	height:100%;
}
body {
	background:#222;
	margin:0;
	padding:0;
}


.thumb {
	width:160px;
	max-width:20%;
	height:auto;
}
.plyr--fullscreen-fallback {
	z-index: 1 !important;
}
.plyr__preview-thumb {
	width:178px !important;
	height:auto;
}
#hypervideo {
    height:100%;
}
#hypervideo .hv-main {
    max-width:100%;
    margin:auto 0;
}
.plyr__video-wrapper {
	position: static !important;
}



#hypervideo h1 {
	color: rgb(229, 166, 24) !important;
	font-weight: normal;
	font-size: 2em;
}

#hypervideo h2 {
	display: none !important;
	color: white;
	font-weight: normal;
	font-size: 1em;
}

#hypervideo .hv-main {
	width: 100%;
	height: 100%;
	position: relative;
	/*min-width:480px;*/
	max-width: 1280px;
}

#hypervideo .hv-video {
	width: 100%;
	/*height: 100%;*/
	background: black;
/*
	display: none;
*/
}

#hypervideo .hv-video:focus {
	outline: 0;
}

#hypervideo .hv-overlay {
	position: absolute;
	padding-left: 10px;
	left: 0px;
	top: 10px;
	z-index: 2;
	/*
	width: 100%;
	width: calc(100% - 50px);
	*/
	width: calc(100% - 100px);
}

#hypervideo .thumb {
	float: left;
	width: 80px;
	height: 45px;
	border: 1px solid #e5a624; /* was: white */
	margin-right: 4px;
	margin-bottom: 4px;
	cursor: pointer;
	background-color: black;
/*
	display:none;
*/
	position: relative;
	width: 160px;
	max-width: 20%;
	height: auto;
}

#hypervideo .hv-tooltip {
	background-color: #222;
	position: fixed !important;
	color: #e5a624; /* was: #eee */
	border: 1px dotted #e5a624;
	z-index: 3;
	padding: 3px 5px;
	font-size: 12px;
	opacity: 0.8;
	display: none;
}

#hypervideo .hv-usage {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 640px;
	z-index: 3;

	background-color: #222;
	padding: 3px 5px;
	color: #e5a624; /* was: #eee */
	border: 1px dotted #e5a624;
	font-size: 24px;
	opacity: 0.8;
	text-align: center;
	display: none;
}

#share {
    position: absolute;
    right: 65px;
    top: 20px;
    width: 22px;
    height: 22px;
    z-index: 150;
    background-image: url(share-22.png);
}

#share:hover {
    z-index: 152 !important;
}

#share:hover .dropdown-content {
    display: block;
}

.hidden {
	display: none !important;
}

#menu {
    position: absolute;
    right: 25px;
    top: 20px;
    z-index: 150;
}
/*
#menu:hover {
    z-index: 11;
}
*/
#menu:hover .dropdown-content {
    display: block;
}

#hh {
    width: 24px;
    height: 24px;
    position: relative;
    right: 0px;
    cursor: pointer;
}

#hh span{
    display: block;
    background-color: #e5a624;
    width: 100%;
    height: 3px;
    margin-bottom: 5px;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(44, 79, 85, 0.75);
    min-width: 160px;
    padding: 12px 16px;
    text-align: right;
    padding-top: 25px;
}

.dropdown-content a {
    color: #e5a624;
    text-decoration: none;
	display: block;
    padding: 4px 0;
    white-space: nowrap;
    font-family: "roc_groteskmedium", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.33333rem;
    line-height: 2rem;
}

.dropdown-content p {
    color: #dc723d;
    text-decoration: none;
	display: block;
	padding: 4px 0;
	margin: 0;
    white-space: nowrap;
    font-family: "roc_groteskmedium", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1rem;
    line-height: 2rem;
}

.dropdown-content a:hover {
    text-decoration: underline;
}

/*
#menu:hover #hh {
    display: none;
}
*/
