.carouselbox {
  font-size: 14px;
  width: 100%;
	height:220px;
  position: relative;
  overflow: hidden;
}
.content {
  margin: 0;
  padding: 0;
}
.content li {
  font-size: 100px;
  margin: 0;
  padding: 0;
  width: 100%;
	height:190px;
  list-style: none;
  text-align: center;
}

.mySlides .active {
  height: 190px;
}
.mySlides .active li {
  position: absolute;
  top: 200px;
}
.mySlides .active li.current {
  top: 30px;
}

.mySlides .active .buttons {
  padding: 5px 0;
  background: #eee;
  text-align: center;
  z-index: 10;
  position: relative;
}
.carouselbox button {
  border: none;
  display: none;
}
.mySlides .active button {
  display: block;
} 
.offscreen {
  position: absolute;
  left: -2000px;
}

/*---- PROFIL----*/
.profile_wrap {
  width:100%;
  height:840px;
	box-sizing: border-box;
	padding:20px;
  display:flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  background: var(--bgtr);
}

.profile_wrap .profile_head {
  width:100%;
  height:200px;
  display: flex;
  flex-wrap: nowrap;
}

.profile_head .profile_sig {
	width:400px;
  width: 450px;
  height:200px;
  background-size: cover;
  background-position: center;
}

.profile_head .profile_ava {
  width: 250px;
  height:200px;
  background-size: cover;
  background-position: center;
}

.profile_head .profile_name {
	min-width:350px;
  height:200px;
  flex-grow:1;
  background-image: var(--bgimg);
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items:center;
	box-sizing: border-box;
	padding: 30px;
	font-family: Bokor;
	font-size: 55px;
	font-weight: 200;
}

.profile_name smallfont {
	font-size: 20px;
	font-family: "Raleway";
	text-transform: uppercase;
}

.profile_wrap .sin_line {
  width: 100%;
  height: var(--frame);
  background-image: url(https://www.transparenttextures.com/patterns/rocky-wall.png);
}

.profile_wrap .profile_mid {
  width:100%;
  height: 540px;
  box-sizing:border-box;
  display: flex;
}

.profile_mid .mid_left {
  width: 250px;
  height:100%;
  padding: 25px;
  background: var(--bg);
  box-sizing:border-box;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap:wrap;
	gap: 10px;
}

.mid_left .left_icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    clip-path: var(--hexagon);
    background-color: var(--bg);
	background-size:cover;
}

.mid_left .left_quote {
	width:100%;
	height:200px;
	overflow:hidden;
	box-sizing:border-box;
	text-align: right;
	color: var(--text);
	display:flex;
	align-items:center;
}

.mid_left .sidebu {
    width: 40%;
	height:21px;
    background: var(--bg2);
    color: var(--text);
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border: 0;
}

.profile_mid .mid_mid {
	flex-grow:1;
	width:calc(100% - 350px);
  height: 100%;
  padding:10px;
  box-sizing:border-box;
  overflow: hidden;
}

.mid_mid .mid_char {
  width:100%;
  height: 100%;
}

.mid_char .char_content {
	flex-grow:1;
	width: 100%;
	height:100%;
	display: flex;
	justify-content: space-evenly;
	box-sizing: border-box;
	align-items: center;
	gap: 10px;
}

.char_left .char_factbox {
	height: 45%;
	width: 100%;
	flex-grow:1;
	display:flex;
	box-sizing: border-box;
	padding:20px;
	justify-content: space-evenly;
	flex-wrap: wrap;
	gap: 15px;
	align-items: center;
	background: var(--bgtr);
}

.char_factbox .char_fact {
	width: 45%;
	height:45px;
	overflow: hidden;
	flex-grow: 1;
	text-align:left;
}

.char_content .char_image {
	width:300px;
	height: 400px;
	background-position: center;
	background-size: cover;
}

.char_left .char_short {
	height: 45%;
	width: 100%;
	flex-grow:1;
	overflow:auto;
	text-align: justify;
	white-space: pre-line;
	padding: 20px;
	background: var(--bgtr);
}


.mid_mid .mid_play {
  width:100%;
  height: 100%;
  display:none;
}

.mid_play .player_content {
	flex-grow:1;
	width: 100%;
	height:100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	box-sizing: border-box;
	align-items: center;
	gap: 10px;
}

.player_content .player_active, .player_content .player_posting {
	width:25%;
	height: 100%;
	overflow:auto;
	text-align: justify;
	white-space: pre-line;
	padding: 20px;
	background: var(--bgtr);
}

.player_content .player_mid {
	height: 100%;
	flex-grow:1;
	display:flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	gap: 10px;
}

.player_mid .char_fact {
	width: 28%;
	flex-grow: 1;
	text-align:left;
}

.player_mid .player_trigger {
	width: 100%;
	height: 45%;
	overflow:auto;
	text-align: justify;
	white-space: pre-line;
	padding: 20px;
	background: var(--bgtr);
}
	


.mid_mid .mid_vid {
  width:100%;
  height: 100%;
  display:none;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
}

.mid-vid iframe {
	object-fit: cover !important;
	width:100% !important;
	height:100%;
	position: absolute;
	flex-grow:1;
	top: 0;
	left:0;
}

.mid_mid .mid_relas {
  width:100%;
  height: 100%;
  display:none;
}

.mid_relas .relas_content {
	width: 100%;
	box-sizing:border-box;
	height: 100%;
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	gap:10px;
}

.mid_mid .mid_scenes {
  width:100%;
  height: 100%;
  display:none;
}

.mid_scenes .tracker_content {
	width: 100%;
	box-sizing:border-box;
	height: 100%;
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	gap:10px;
}


.mid_mid .mid_quest {
  width:100%;
  height: 100%;
	box-sizing:border-box;
	padding: 20px;
  display:none;
}

.mid_quest .quest_content {
	width: 100%;
	box-sizing:border-box;
	height: 100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	gap:10px;
}

.quest_answer {
	height:150px;
	width:100%;
	text-align: justify;
	box-sizing: border-box;
	padding:5px;
	overflow: auto;
	background: var(--bgtr);
}

.profile_mid .mid_right {
  width:100px !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content: center;
  gap: 20px;
  background: var(--bg);
	box-sizing: border-box;
	padding: 10px;
}

.mid_right .char_button {
	width:100%;
	aspect-ratio: 1;
	background: var(--bg2);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	transition: 1s;
}

.char_button a:hover {
	color: var(--text) !important;
	transition: 1s;
}