* { box-sizing: border-box; outline:0;}

a{color:white;text-decoration:none;}
a:hover{color:#a7ebff;}

:root {
  color-scheme: only light;
}

/*
html
{
 height:100%;
}
*/

body
{
	margin:0px;
	font-family:verdana;
	background-color:#0d0d1b; /*#171731; black #1a1b1c 221e1e 1e1e1e 181818 141414 101010*/
	color:white;
	font-size:16px;
	display:flex;
	flex-direction:column;
	min-height:100vh;
	min-height:100dvh;
	overflow-y:scroll;
}

@font-face {
  font-family: "microns";
  font-style: normal;
  font-weight: normal;
  src: url("microns.woff2") format("woff2");
}

#backbutton + #infobox
{
	margin-top: 8px;
}

#downloadlist
{
	background-color:#babae6; /* #234973 */
	overflow:hidden;
	color:black;
	font-weight:bold;
	font-size:14px;
	padding:4px;
}

#downloadlist > a
{
	display:flex;
	color:black;
	align-items:center;
	margin: 12px 8px;
	word-break: break-all;
	/*overflow: hidden;*/
}

#downloadlist > a:before
{
	font-family:"microns";
	align-self:stretch;
	align-content:center;
	content:'\e709';
	display:inline-block;
	margin-right:6px;
	padding:6px;
	border-radius:4px;
	background-color:#5451b9; /*#ab0249;*/
	color:white;
}

#downloadlist > a:hover
{
	color:#0010f1;
}

#downloadlist > a > span
{
	margin-left:auto;
	padding-left:8px;
	word-break: normal;
	white-space: nowrap;
	color:black;
}

#downloadlist > a > span:before
{
	font-family:"microns";
	content:'\e729';
	color:#5451b9; /*#6d518a*/
	font-size:16px;
}

#audioPlayer
{
	width:400px;
	max-width:100%;
	color-scheme: dark;
	margin-bottom:8px;
}

#controls,#controls2
{
	display:flex;
	margin-bottom:14px;
}

#controls2
{
	height:180px;
	align-items: center;
}

#controls3
{
	display:flex;
	margin-bottom:8px;
	color:orange;
}

#audioplay
{
    cursor:pointer;
    display: flex;
    border-radius: 9999px;
    border: 8px solid #f8b762;
    background-color: #9fd8fdad;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 0px 1.3px #000000, inset 0px 0px 0px 1px #000000;
}

#audioplay::before
{
    content: '\e71c';
    font-size: 30px;
    -webkit-text-stroke: 2px black;
    display: inline-block;
    font-family: "microns";
    color: white;
}

#audioplay.play::before
{
   content: '\e71d';
}

#volumebar
{
	cursor:pointer;
	margin-left:20px;
	width:20%;
	min-width:100px;
	/*flex:1;*/
	/*background-color:gray;*/
	height:20px;
	line-height:20px;
	border-radius:20px;
	overflow:hidden;
}

#volumebar > div
{
	width:100%;
	/*background-color:yellow;*/
	text-align:center;
	color:black;
	height:20px;
}

#volumebar > div::before
{
	content: '\e71f';
	display: inline-block;
    	font-family: "microns";
}

#seekbar
{
	cursor:pointer;
	/*width:80%;*/
	flex:1;
	background-color:gray;
	height:20px;
	line-height:20px;
	border-radius:20px;
	overflow:hidden;
}

#seekbar > div
{
	width:100%;
	/*background-color:yellow;*/
	text-align:center;
	color:black;
	height:20px;
}

#seekbar > div::before
{
	content: '\e79e';
	display: inline-block;
    	font-family: "microns";
}

#trackimage
{
	display:block;
	height:180px;
	width:180px;
	object-fit:cover;
	border-radius:20px;
	margin-left:auto;
	/*margin-bottom:8px;*/
}

#trackname
{
	/*margin-bottom:8px;*/
}

#duration
{
	padding-left: 14px;
	margin-left: auto;
	white-space: nowrap;
}

#list > div
{
	display:flex;
	background-color:#272624; /*#473f35*/
	margin-bottom:8px;
	cursor:pointer;
}

#list > div.marked
{
	color:orange;
}

#list > div:hover
{
	color:#a7ebff;
}

#list > div:nth-child(even)
{
	background-color:#000000;
}

#list > div > div:nth-of-type(1)
{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#list > div > div:nth-of-type(2)
{
	padding-left:14px;
	margin-left:auto;
	white-space: nowrap;
}

#up
{
    border-radius:15px;
    border:1px solid white;
    text-align:center;
    display:block;
    width:50px;
    line-height:30px;
    margin-left:20px;
}

#up::before
{
    content:'\e702';
    font-family: "microns";
}

a[href="#about"]::before
{
    content:'\e759';
    font-family: "microns";
    display: inline-block;
    margin-right: 4px;
    width:20px;
}

a[href="#settings"]::before
{
    content:'\e736';
    font-family: "microns";
    display: inline-block;
    margin-right: 4px;
    width:20px;
}

i
{
   font-style:normal;
   display: inline-block;
   font-family: "microns";
   font-size:20px;
}

i.book_icon::before
{
   content:'\e749';
   color: white; /*#29c6f4; #8400ff*/
   text-shadow: 1px 1px 0px black;
   -webkit-text-stroke: 0.6px #00000040;
}

i.vid_icon::before
{
   content:'\e73c';
   color: white; /*#29c6f4; #8400ff*/
   text-shadow: 1px 1px 0px black;
   -webkit-text-stroke: 0.6px #00000040;
}

i.link_icon::before
{
   content:'\e773';
   color: white; /*#29c6f4; #8400ff*/
   text-shadow: 1px 1px 0px black;
   -webkit-text-stroke: 0.6px #00000040;
}

i.dualaudioicon::before
{
   content:'\e76a';
   color: white; /*#29c6f4; #8400ff*/
   text-shadow: 1px 1px 0px black;
   -webkit-text-stroke: 0.6px #00000040;
}

i.sensitiveicon::before
{
   content:'\e75a';
   color:#e94141;
   text-shadow: 1px 1px 0px white;
   -webkit-text-stroke: 0.6px #00000040;
}

i.subtitleicon::before
{
   content:'\e723';
   color:white;
   text-shadow: 1px 1px 0px black;
   -webkit-text-stroke: 0.6px #00000040;
}

i.aud_icon::before
{
   content:'\e73d';
   color:white;
   text-shadow: 1px 1px 0px black;
   -webkit-text-stroke: 0.6px #00000040;
}

i.game_icon::before
{
   content:'\e73b';
   color:white;
   text-shadow: 1px 1px 0px black;
   -webkit-text-stroke: 0.6px #00000040;
}

i.txt_icon::before
{
   content:'\e73a';
   color:white;
   text-shadow: 1px 1px 0px black;
   -webkit-text-stroke: 0.6px #00000040;
}

i.tracks_icon::before
{
   content:'\e73d\e77b';
   color:white;
   text-shadow: 1px 1px 0px black;
   -webkit-text-stroke: 0.6px #00000040;
}

i.dwnl_icon::before
{
   content:'\e709';
   color:white;
   text-shadow: 1px 1px 0px black;
   -webkit-text-stroke: 0.6px #00000040;
}

i.cat_icon
{
   display:none;
}

#downloadbutton::before
{
	font-family:"microns";
	content:'\e709';
   	margin-right:4px;
}

#downloadbutton
{
	display:inline-block;
	text-align:center;
	line-height:30px;
	width:250px;
	border-radius:10px;
	font-size:20px;
	background-color:#ff6b00;
}

#soundtrackarea
{
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
	margin-bottom: 20px;
	margin-top:10px;
	font-size:18px;
}

#textarea
{
	padding:15px;
	background-color:#cdcef2;
	color:black;
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
	margin-bottom: 20px;
	margin-top:4px;
	font-size:16px;
	/*flex:1;*/
	line-height:1.6;
	/*text-align: justify;
  	text-justify: inter-word;*/
}

#textarea img
{
	/*float:left;*/
	max-width:50%;
	/*margin-right:10px;*/
}

img
{
	pointer-events:none;
}

video::cue
{
	color:#FFF;
	text-shadow:
	-1px -1px 2px #000,  
	1px -1px 2px #000,
	-1px 1px 2px #000,
	1px 1px 2px #000;
	background:transparent;
}

#descsite, #settingspage
{
 margin: 0 auto;
 width:100%;
 max-width:900px;
}

#descsite b
{
	display:inline-block;
	margin-bottom:4px;
}

.shaka-volume-bar-container
{
	width:60px !important;
}

@media (max-width: 380px)
{
	.shaka-volume-bar-container{display:none !important;}
	.shaka-mute-button{display:none !important;}
}


#headerwrap
{
	/*background-color:#060625;*/ /*#181818; #141414; #0a0a0a 212121 1c1c1c*/
}

#header
{
	width:100%;
	/*max-width: calc(1280px + 8px);*/
	margin: 0 auto;
	display:flex;
	height:46px;
	font-size:24px;
	/*line-height:18px;*/
	/*padding:0px;*/
	padding-left:4px;
	padding-right:4px;
	align-items:center;
	overflow:hidden;
}

#header > img:nth-of-type(1)
{
	/*width:100px;*/
	margin-left:auto;
	height:46px;
}

/*
#header > img:nth-of-type(2)
{
	margin-left:auto;
	width:52px;
	height:50px;
}
*/

#header > a > span:nth-of-type(1){color:#52a9c8;}
#header > a > span:nth-of-type(2){color:#9fd8fd;}
#header > a > span:nth-of-type(3){color:#9cd8fb;}
#header > a > span:nth-of-type(4){color:#0687d4;}
#header > a > span:nth-of-type(5){color:#fbf2a6;}
#header > a > span:nth-of-type(6){color:#f8b762;}
#header > a > span:nth-of-type(7){color:#fcb665;}
#header > a > span:nth-of-type(8){color:#fbf0af;}

#videolist
{
	padding:0px;
	margin:0 auto;
	margin-bottom:8px;
	list-style-type:none;
	color:#6c6c6c;
}

#videolist > li
{
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#videolist > li:nth-of-type(1):not(.beforepos){color:white;}
/*#videolist > li.beforepos{color:#6c6c6c;}*/
#videolist > li.beforepos + li{color:white;}

#desc
{
	display:none;
}

#pagenav
{
	display:flex;
	justify-content:center;
	margin-bottom:8px;
	font-size:25px;
	align-items: center;
}

#pagenav a
{
	width:40px;
	line-height:40px;
	text-align:center;
	border-radius:10px;
	border:1px solid white;
	margin:8px;
}

#pagenav a:not([href])
{
	width:50px;
	line-height:50px;
	color:#a7ebff;
	font-size:30px;
}

#pagenav a:empty
{
	width:40px;
	line-height:40px;
	visibility:hidden;
}

#footer
{
	/*max-width: calc(1280px + 8px);*/
	margin: 0 auto;
	width:100%;
	/*display:flex;*/
	align-items:center;
	padding-left:4px;
	padding-right:4px;
	/*color:#4c4c4c; #c1c1c1*/
	/*height:150px;*/
	margin-bottom:8px;
}

#book > img
{
	max-width:100%;
	margin: 0 auto;
	width:900px;
	margin-bottom:20px;
	height:auto;
	display:block;
}

#book > img.wide
{
	width:1800px;
}

#book
{
	margin-top:4px;
	flex:1;
}

#sitecontent
{
	padding:8px 4px 12px 4px;
	width:100%;
	/*max-width: calc(1280px + 8px);*/
	margin: 0 auto;
	flex:1;
	display:flex;
	flex-direction:column;
}

#gamecontainer::before, #videocontainer::before, #placeholder::before
{
    display: block;
    content: "";
    width: 100%;
    padding-top: calc(100% / (var(--vidaspectratio,0)));
}

#gamecontainer, #videocontainer, #placeholder
{
	position:relative;
	display:flex;
	/*display:block;*/
	margin:0 auto;
	width:100%;
	max-height: min(66vh,130vw);
	margin-bottom:8px;
	
	max-width: calc(min(66vh,130vw) * var(--vidaspectratio));
	
	overflow:hidden;
}

#videocontainer
{
	min-width:350px;
}

#gamecontainer
{
	/*margin-top:22px;
	margin-bottom:40px;*/
	margin-top:8px;
	margin-bottom:20px;
}

#video
{
	width:100%;
	height:100%;
	position:absolute;
}

iframe, embed, ruffle-embed
{
	width:100%;
	height:100%;
	position:absolute;
	border:0px;
	transform:scale(1.005);
}

#placeholder > img
{
	position:absolute;
	width:100%;
	height:100%;
}

#placeholder
{
	/*background-image: var(--placeholderimage);
	background-repeat:no-repeat;
	background-size:cover;*/
	/*position:relative;
	display:flex;*/
	justify-content: center;
	align-items: center;
	cursor:pointer;
}

#placeholder:hover > #playbutton
{
	border-color:orange;
	background-color:#79caffad; /*#3fa5e8e0*/
	/*color:orange;*/
}

#playbutton::before
{
	content:'\e71c';
	font-size: 40px;
	-webkit-text-stroke: 2px black;
	display:inline-block;
	font-family: "microns";
	color:white;
}

#playbutton
{
	position:absolute;
	display:flex;
	border-radius:9999px;
	border:8px solid #f8b762; /* #009aff #acd9f8;*/
	background-color:#9fd8fdad; /*#f1be69bf;   #000000bf*/
	width:100px;
	height:100px;
	justify-content: center;
    	align-items: center;
	box-shadow: 0px 0px 0px 1.3px #000000, inset 0px 0px 0px 1px #000000;
}

#videoname
{
	/*margin:0 auto;*/
	/*overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: fit-content;*/
	/*margin-right:auto;*/
	font-weight:800;
	padding-bottom:4px;
	margin-bottom:4px;
}

#videosrc, #videoauthor, #partscounter, #language, #subtitle, #sensitive, #audioonly, #sitecnt, #size
{
	/*margin:0 auto;*/
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	/*margin-right:auto;*/
	max-width: fit-content;
	display:block;
	margin-bottom:8px;
}

#language::before
{
	font-family:"microns";
	content:'\e76a';
	min-width:25px;display:inline-block;color:#41e1e9;
}

#subtitle::before
{
	font-family:"microns";
	content:'\e723';
	min-width:25px;display:inline-block;color:#41e1e9;
}

#size::before
{
	font-family:"microns";
	content:'\e729';
	min-width:25px;display:inline-block;color:#41e1e9;
}

#sitecnt::before
{
	font-family:"microns";
	content:'\e78a';
	min-width:25px;display:inline-block;color:#41e1e9;
}

#sensitive::before, .warnmessage::before, #hiddenelm::before
{
	font-family:"microns";
	content:'\e75a';
	min-width:25px;display:inline-block;color:#e94141;
}

#audioonly::before
{
	font-family:"microns";
	content:'\e73d';
	min-width:25px;display:inline-block;color:#67ff7d;
}

#videoauthor::before{content:"\00A9";min-width:25px;display:inline-block;color:#41e1e9;}
#videosrc::before{font-family:"microns";content:"\e737";min-width:25px;display:inline-block;color:#41e1e9;} /* 1F310 1F517 */

#partscounter
{
	color:orange;
}

#infobox, #nav, #navbooks, #videolist
{
 margin:0 auto;
 margin-bottom: 8px;
 max-width: 100%;
 /*width: max((66vh * min(var(--vidaspectratio, 0), 16 / 9)), 900px);*/
 width: max((66vh * var(--vidaspectratio, 0)),var(--minwidth,900px));
}

#infobox
{
 margin-bottom:0px;
}

#nav
{
 display:flex;
 height:32px;
 margin-bottom:8px;
 align-items:center;
 justify-content: flex-end;
}

#navbooks
{
 position:sticky;
 bottom:10px;
 display:flex;
 height:32px;
 margin-bottom:8px;
 align-items:center;
 justify-content: flex-end;
}

#navbooks > a
{
 background-color:#35438d;
}

.marked > a
{
	border: 6px double orange;
}

#countdown > div:first-child
{
	font-size:30px;
}

#countdown
{
	text-align:center;
	margin:auto auto 8px auto;
}

#copyurlbutton
{
	display:block;
	color:white;
	text-align:center;
	text-decoration:none;
	border-radius:15px;
	/*font-size:30px;*/
	border:1px solid white;
	padding-left:10px;
	padding-right:10px;
	line-height:30px;
	width:200px;
	margin-top:auto;
	margin-left:auto;
	cursor:pointer;
}

#start
{
	display:block;
	color:white; /*#db8888*/
	text-align:center;
	text-decoration:none;
	border-radius:15px;
	font-size:30px;
	border:1px solid white;
	line-height:50px;
	/*padding-left:15px;
	padding-right:15px;*/
	width:250px;
	margin:auto auto 8px auto;
	cursor:pointer;
	/*margin-bottom:14px;*/
}

#streambutton::before
{
	font-family:"microns";
	content:'\e71c';
	display:inline-block;
	min-width:25px;
}

#streambutton
{
	display:block;
	color:white;
	text-align:center;
	text-decoration:none;
	border-radius:15px;
	/*width:100%;*/
	width:250px;
	line-height:34px;
	border:1px solid white;
	margin:0 auto;
	margin-bottom:8px;
}

#morebutton
{
	display:none;
	color:white;
	text-align:center;
	text-decoration:none;
	border-radius:15px;
	/*width:100%;*/
	width:250px;
	line-height:40px;
	border:1px solid white;
	margin:0 auto;
	margin-bottom:8px;
	cursor:pointer;
}

#next, #prev, #nextpart, #prevpart
{
	display:block;
	color:white;
	text-align:center;
	text-decoration:none;
	border-radius:15px;
	line-height:30px;
	width:80px;
	border:1px solid white;
}

#nextpart, #prevpart
{
	color:orange;
	border-color:orange;
}

#prev, #prevpart
{
	margin-right:auto;
}

#nextpart:hover, #prevpart:hover, #next:hover, #prev:hover, #streambutton:hover, #backbutton:hover, #start:hover, #copyurlbutton:hover, #morebutton:hover, #pagenav > a[href]:hover
{
	color: #a7ebff;
	border-color: #a7ebff;
}

#hiddenelm
{
	font-size:12px;
	/*background-color:#333333;*/
	align-self:flex-start;
	margin-top: 4px;
	margin-bottom:8px;
}

#filterselect, #audioselect, #subtitleselect
{
	margin:4px;
	width:250px;
}

#datetime
{
	width:250px;
	margin:0 auto;
	margin-top:8px;
	margin-bottom:4px;
	color:black;
	background-color:white;
}

#topnav
{
	margin-top:-7px;
	padding-top:7px;
	padding-bottom:7px;
	margin-bottom:7px;
	position:sticky;
 	top:-0.5px;
 	z-index:10000;
 	background-color:#0d0d1be3; /*#000000e3; #111111;*/
}

#topnav > #backbutton
{
	margin-bottom:0px;
}

#backbutton
{
 display:block;
 color:white;
 text-align:center;
 text-decoration:none;
 border-radius:15px;
 line-height:30px;
 width:85%;
 max-width:350px;
 border:1px solid white;
 margin-bottom:8px;
 overflow:hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 padding-left:8px;
 padding-right:8px;
}

#cattitle
{
	font-size:20px;
	margin-bottom:4px;
}

#grid
{
    display: grid;
    grid-gap: 10px;
    width: 100%;
    margin-bottom:12px;
    grid-template-columns: repeat(2, 1fr);
}

#grid > div::before
{
    display: block;
    content: "";
    width: 100%;
    padding-top: calc(100% / (16 / 9) + 34px);
}

#grid > div
{
    position:relative;
}

#grid > div > a
{
    display:block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

@media (min-width: 500px) {
  #grid {grid-template-columns: repeat(3, 1fr);}
}

@media (min-width: 700px) {
  #grid {grid-template-columns: repeat(4, 1fr);}
  /*body{padding-left: 10px;padding-right: calc(10px - (100vw - 100%));}*/
}

@media (min-width: 1200px) {
  #grid {grid-template-columns: repeat(5, 1fr);}
  #gamecontainer, #videocontainer, #placeholder{max-height:min(72vh,130vw);max-width: calc(min(72vh,130vw) * min(var(--vidaspectratio),16 / 9));}
  #infobox, #nav, #navbooks, #videolist{width: max((72vh * min(var(--vidaspectratio, 0), 16 / 9)), var(--minwidth,900px));}
}

@media (min-width: 1500px) {
  #grid {grid-template-columns: repeat(6, 1fr);}
}

@media (min-width: 2800px) {
  #grid {grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));}
}

#grid > div > a > div:nth-of-type(1)
{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:34px;
	overflow:hidden;
}

#grid > div > a > div:nth-of-type(1) > img
{
	position:absolute;
	height: 100%;
	width: 100%;
	display: block;
	object-fit: cover;
	/*transform:scale(1.005);*/
}

#grid > div > a > div:nth-of-type(1) > img:not(:last-of-type)
{
	filter: blur(2px) brightness(0.3);
}

#grid > div > a > div:nth-of-type(1) > img:not(:first-of-type)
{
	object-fit:contain;
}

#grid > div > a:hover > div:nth-of-type(1) > img:last-of-type
{
	transform: scale(1.3);
	transition-delay: 0.1s;
	transition-duration: 3s;
}

#grid > div > a > div:nth-of-type(2)
{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height:34px;
    /*min-height:40px;*/
    padding-left:2px;
    padding-right:2px;
    /*height: 20%;*/
    /* width: 100%; */
    font-size: 14px;
    line-height:1.2;
    color: white;
    background: #191b30; /*background: #00000085; b5 #263556 #222d44 linear-gradient(115deg, #0c0014, #1a4f78)*/
    /* width: 60vh; */
    /* display: none; */
    text-shadow: 1px 1px 0px black;
}

#grid > div > a:hover > div:nth-of-type(2)
{
    color: #a7ebff;
    /*color: #ffaeae; #2fe9e9*/
}

#grid > div > a > div:nth-of-type(1) > div:nth-of-type(3)
{
	position: absolute;
	bottom: 2px;
	right: 2px;
	/*height:18px;*/
	font-size:14px;
	border-radius:4px;
	/*line-height: 1.2;*/
	line-height:18px;
	padding-left:4px;
	padding-right:4px;
	color: white;
	background: #000000b5;
	text-shadow: 1px 1px 0px black;
}

#grid > div > a > div:nth-of-type(1) > div:nth-of-type(2)
{
	position: absolute;
	bottom: 3px;
	left: 2px;
	height:20px;
	/*font-family: "microns";*/
	line-height: 1.2;
	/*padding-left:4px;
	padding-right:4px;*/
	/*font-size:18px;*/
	/*color: beige;*/
	/*background: #00000085;*/
	/*text-shadow: 1px 1px 0px black;
	color: #29c6f4;
	font-size:20px;*/
}

#grid > div > a > div:nth-of-type(1) > div:nth-of-type(1)
{
	position: absolute;
	top: 2px;
	right: 2px;
	height:20px;
	/*font-family: "microns";*/
	line-height: 1.2;
	/*padding-left:4px;
	padding-right:4px;*/
	/*font-size:18px;*/
	/*color: beige;*/
	/*background: #00000085;*/
	/*text-shadow: 1px 1px 0px black;
	color: #29c6f4;
	font-size:20px;*/
}


/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #273b6d #0d0d1b;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 8px;
  }

  *::-webkit-scrollbar-track {
    background: #0d0d1b; /*232340*/
  }

  *::-webkit-scrollbar-thumb {
    background-color: #273b6d;
  }

#howtohigh
{
width: 100%;
    max-width: calc(66vh * 1.7);
    height: 66vh;
}