/*
Theme Name: Video Course
Theme URI: http://utward.com/
Author: utward
Description: An Utward theme that makes it easy to sell a video course.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: utcourseapp
*/

/* Initial CSS reset */
html, dialog {
	box-sizing: border-box;
	font-size: var(--font-size);
	color: var(--primary-fg-color-1-100);
	background-color:var(--primary-bg-color-1-100);
}

*, *:before, *:after {
	box-sizing: border-box;
}

body{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
	/* background: linear-gradient(60deg, rgba(0, 188, 255, .5), rgba(97, 31, 255, .5)); */
}
ol, ul {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
button {
	all: unset;
	border: unset;
	padding: unset;
	background:unset;
	box-sizing: border-box;
}
button {
	cursor: pointer;
}
button:focus {
	outline: auto;
}

dialog {
	border: 0;
}

/* Theme Specific Styles */

/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
html {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

body{
	width:100vw;
	height:100dvh;
	overflow:hidden;
	box-sizing:border-box;
}
#utward{
	width:100vw;
	height:100dvh;
	overflow:hidden;
	box-sizing:border-box;
	display:grid;
}
.site-header{
	width:100%;
	height:50px;
	background-color: var(--primary-bg-color-1-70);
	color: var(--primary-fg-color-1-100);
	display:grid;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid var(--primary-bg-color-1-30);
}
a {
	color: var(--primary-fg-color-1-100);
}
.button {
	display:grid;
	align-content: center;
	justify-content: center;
	padding: .4em;
	background-color: var( --primary-fg-color-1-60 );
	color: var( --primary-bg-color-1-100 );
	border: 0;
	border-radius: 4px;
	font-size: 1em;
	text-decoration: none;
}
.button-link {
	color: var( --primary-fg-color-1-100 );
	border: 0;
	font-size: 1em;
	text-decoration: underline;
}
.button-outlined {
	padding: .4em;
	color: var( --primary-fg-color-1-100 );
	border: 1px solid var( --primary-fg-color-1-100 );
	border-radius: 4px;
	font-size: 1em;
}
.unstyled-button{
	all:unset;
	cursor:pointer;
}
.unstyled-button:focus{
	outline:none;
}
.unstyled-button:active{
	border: 0px;
}

.h1{
	font-size: 2em;
}
.h2{
	font-size: 1.5em;
}
.h3{
	font-size: 1.17em;
}
.h4{
	font-size: 1em;
}
.h5{
	font-size: 0.83em;
}
.h6{
	font-size: 0.67em;
}

.main{
	z-index: 1;
	overflow:hidden;
	width: 100%;
	height:100%;
}
.content{
	grid-row: 1;
	position: relative;
	overflow:hidden;
	width: 100%;
	height:100%;
}

/* Header */
.header{
	width:100%;
	color: var( --primary-fg-color-1-100 );
	display:grid;
	align-items: center;
	justify-content: left;
	font-size:1.4rem;
	padding:10px
}

/* Bottom Toolbar */
.bottom-toolbar{
	grid-row: 2;
	width:100%;
	background-color:var( --primary-bg-color-1-70 );
	color: var( --primary-fg-color-1-100 );
	border-top: 1px solid var( --primary-bg-color-1-30 );
	overflow:hidden;
}
.bottom-toolbar-inner{
	z-index: 99999;
	display: grid; 
	grid-auto-flow: column;
	max-width:800px;
	margin: 0px auto;
	height:50px;
	width: 100%;
	/* justify-content: space-around; */
	align-items: stretch;
	overflow:auto;
}
.bottom-toolbar-item-icon{
	width:35px;
}
.bottom-toolbar-item{
	display:grid;
	align-items: center;
	justify-content: center;
	text-decoration:none;
	border-right: 1px solid var(--primary-bg-color-1-10);
	padding: .3rem;
	text-align: center;
}
.bottom-toolbar-item:first-child{
	border-left: 1px solid var(--primary-bg-color-1-10);
}
.bottom-toolbar-item.active{
	font-weight:600;
	background-color: var(--primary-bg-color-1-100);
	border-top: 1px solid var(--accent-bg-color-1-100);
}
/* End of Bottom Toolbar */

/* Lessons Taxonomy Index Page */
.course-header {
	position: sticky;
    top: 20px;
    z-index: 4;
	width: 95%;
	max-width: 650px;
	text-align: center;
	display: grid;
	align-items: center;
	justify-items: center;
	overflow:hidden;
	margin-bottom: -50px;
	gap: 5px;
}
.course-header-inner{
	display: grid;
    gap: 10px;
    width: 100%;
    height: 100%;
    grid-template-columns: 1fr min-content;
    align-items: center;
    justify-items: center;

	border: 2px solid var(--primary-bg-color-1-10);
	border-radius: 20px;
    background-color: var(--primary-bg-color-1-70);
    padding: 10px;
}
.course-header .course-description{
	display:block;
	width: 100%;
	height: 100%;
	max-height: 100px;
    overflow: auto;
}
.course-header .course-notification{
	background-color: var(--primary-bg-color-1-60);
    width: 100%;
    border-radius: 12px;
    border: 1px solid var(--primary-bg-color-1-10);
    padding: 10px;
}
.current-lesson-notification-collapse{
	z-index: 2;
	position: absolute;
	margin-top: -43px;
	width: 100%;
	text-align: center;
}
.current-lesson-notification{
    z-index: 2;
	background-color: var(--primary-bg-color-1-60);
	width: 100%;
	border-radius: 12px;
	border: 1px solid var(--primary-bg-color-1-10);
	padding: 10px;
}
.lessons {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: grid;
	align-items: center;
	justify-items: center;
}
.lessons .scroll-area{
	width:100%;
	height:100%;
	display: grid;
	align-items: center;
	justify-items: center;
	overflow: scroll;
}
.lessons .scroll-area .scroll-area-inner {
	padding: 50px 10px;
	width: 100%;
	display: grid;
	align-items: center;
	justify-items: center;
	gap:109px;
}
.lesson {
	position: relative;
	width: 100%;
	max-width: 600px;
	display: grid;
}
.locked-lesson-icon{
	color: var( --accent-fg-color-1-10 );
}
.lesson-button {
	position:relative;
	text-decoration: none;
	z-index:3;
	border-radius: 10px;
	/* border: 1px solid var(--primary-bg-color-1-50); */
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	opacity: 50%;
}
.lesson-inner {
	display: grid;
	height: 142px;
	gap: 20px;
	padding: 20px;
	position:relative;
	z-index: 3;
	text-decoration: none;
}
.lesson.current-lesson .lesson-button {
	/* border: 1px solid var(--primary-fg-color-1-10); */
	opacity: 100%;
}
.lesson.even .lesson-inner{
	display: grid;
	grid-template-columns: min-content 1fr;
}
.lesson.odd .lesson-inner{
	display: grid;
	grid-template-columns: 1fr min-content;
}
.lesson-info-card{
	height: 100%;
    overflow: hidden;
	position: relative;
	z-index: 1;
	grid-row-start: 1;
	grid-row-end: 1;
	display: grid;
}
.lesson-info-card.even{
	justify-items: start;
	grid-column-start: 2;
	grid-column-end: 2;
}
.lesson-info-card.odd{
	justify-items: end;
	text-align: right;
	grid-column-start: 1;
	grid-column-end: 1;
}
.lesson-pathway-before{
	position: absolute;
    width: 120px;
    height: 120px;
    top: -60px;
	z-index:1;
	border-radius: 100%;
}
.lesson-pathway-middle{
	border-top: 10px dotted var(--primary-bg-color-1-60);
	position: absolute;
	border-left: 0;
    border-radius: 0;
    left: 180px;
    width: calc(100% - 345px);
	height: 120px;
	top: -60px;
	z-index:1;
}
.lesson-pathway-after{
	position: absolute;
    width: 120px;
    height: 120px;
    bottom: -60px;
	z-index:1;
	border-radius: 100%;
}
.lesson-pathway-after.even{
	border-right: 10px dotted var(--primary-bg-color-1-60);
    border-bottom: 10px dotted var(--primary-bg-color-1-60);
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	right: 50px;
}
.lesson-pathway-before.even{
	border-left: 10px dotted var(--primary-bg-color-1-60);
    border-top: 10px dotted var(--primary-bg-color-1-60);
    border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	left: 50px;
}
.lesson-pathway-after.odd{
	border-left: 10px dotted var(--primary-bg-color-1-60);
    border-bottom: 10px dotted var(--primary-bg-color-1-60);
	border-bottom-right-radius: 0;
	border-top-left-radius: 0;
	left: 50px;
}
.lesson-pathway-before.odd{
	border-right: 10px dotted var(--primary-bg-color-1-60);
	border-top: 10px dotted var(--primary-bg-color-1-60);
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	right: 50px;
}

.lesson-info-card .lesson-title {
	margin-bottom: 2px;
}
.lesson-info-card .lesson-description {
	height: 100%;
	overflow:auto;
	-webkit-mask-image: linear-gradient(to bottom, black 90%, transparent);
	mask-image: linear-gradient(to bottom, black 70%, transparent);
}

.already-have-an-account{
	display: grid;
	width: 100%;
	align-items: center;
	justify-items: center;
	background-color: var(--primary-bg-color-1-60);
	border-top: 1px solid var(--primary-bg-color-1-10);
}
.already-have-an-account-inner{
	display: grid;
	align-items: center;
	justify-items: center;
	gap: 4px;
	max-width: 300px;
	width: 100%;
	padding: 20px;
}
.purchase-flow-overlay{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 9999;
	display: grid;
	align-items: center;
	justify-items: center;
}
.purchase-flow-overlay-inner{
	position:relative;
	border: 1px solid var(--primary-bg-color-1-30);
	background-color: var(--primary-bg-color-1-100);
	padding: 20px;
    border-radius: 10px;
	max-width: 500px;
	display: grid;
    gap: 1em;
	max-height: 100dvh;
    overflow: auto;
}

/*  Profile Switcher Button */
.profile-switcher-button{
	white-space: break-spaces;
}

/* Profile Switcher Component */
.profile-switcher{
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
	align-items: center;
	justify-items: center;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-items: center;
	background-color: var(--primary-bg-color-1-90);
	border-top: 1px solid var(--primary-bg-color-1-10);
	padding: 10px;
    transition: bottom 0.2s ease; /* Smooth transition for animation */
	z-index: 4;
}
.profile-switcher .close-button{
	position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    padding: 10px;
}
.profile-switcher-inner {
	display: grid;
	grid-template-rows: min-content 50dvh min-content;
	gap: 20px;
	width: 100%;
	max-width: 700px;
    align-items: center;
    justify-items: center;
    overflow: hidden;
}
.profile-switcher-header {
	border-bottom: 1px solid var(--primary-bg-color-1-10);
    padding: 20px;
    width: 100%;
    display: grid;
    align-items: center;
    justify-items: center;
	text-align: center;
}
.profile-switcher-middle {
	position: relative;
	display: grid;
    grid-auto-rows: 180px;
    width: 100%;
    gap: 20px;
    height: 100%;
    overflow: auto;
}
.profile-switcher-bottom {
	border-top: 1px solid var(--primary-bg-color-1-10);
    padding: 20px;
    width: 100%;
    display: grid;
    align-items: center;
    justify-items: center;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 20px;
    align-content: center;
    justify-content: center;
}
.profiles {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-auto-rows: 180px;
	width: 100%;
	gap: 20px;
}
.profile {
	display: grid;
	align-items: center;
	justify-items: center;
	border-radius: 4px;
	background-color: var( --primary-bg-color-1-60 );
	text-align: center;
}
.current-profile {
	border: 1px solid var(--accent-bg-color-1-100);
}
.profile-editor {
	position: relative;
	width: 100%;
	height: 100%;
	display: grid;
	align-items: center;
	justify-items: center;
}
.profile-editor #profile-editor-form{
	display: none;
}
.profile-editor .profile-editor-inner{
	height: 100%;
    width: 100%;
	max-width: 600px;
	display: grid;
	align-items: center;
	justify-items: center;
}
.profile-editor .profile-editor-field{
	display: grid;
	gap: 10px;
	width: 100%;
}
.profile-switcher .save-notification-container{
	position: absolute;
	bottom:0px;
	width: 100%;
    display: grid;
    align-items: center;
    justify-items: center;
}
.profile-switcher .save-notifications{
	z-index: 1;
    position: relative;
	display: grid;
	gap: 10px;
	width: 100%;
    max-width: 600px;
    background-color: var(--primary-bg-color-1-10);
    padding: 0px;
    border-radius: 12px;
	text-align: center;
}
.profile-switcher .save-notifications .close-button{
	position: relative;
    place-self: center;
    width: 50px;
    padding: 10px;
    height: 100%;
    border-left: 1px solid var(--primary-bg-color-1-100);
}
.profile-switcher .save-notifications .save-message{
	padding: 15px;
}

/* Account Page */
.user-account{
	width: 100%;
    height: 100%;
    overflow: hidden;
    display: grid;
    align-items: center;
    justify-items: center;
}
.user-account-login{
	width:100%;
	max-width: 400px;
	display: grid;
	gap: 10px;
}
.utward-user-account{
	width: 100%;
	height: 100%;
	display: grid;
	align-items: center;
	justify-items: center;
	gap: 20px;
	padding:20px;
	overflow:auto;
}
.utward-user-account .utward-log-in-form {
	max-width: 400px;
}
.utward-user-account .user-account-main{
	display: grid;
	align-items: center;
	justify-items: center;
	gap: 20px;
}
.utward-user-account .user-account-options{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); /* Adjust width as needed */
	grid-auto-rows: 180px; /* Adjust height as needed */
	gap: 10px; /* Adjust the gap between grid items */
	width:100%;
	max-width: 800px;
	align-items: center;
	justify-items: center;
	gap: 20px;
}
.user-account-options > *{
	width:100%;
	height:100%;
	display:grid;
	align-items: center;
	justify-items: center;
}

/* Category */
.category{
	width:100vw;
	max-width: 900px;
	height:calc(100dvh - 50px - 46px);
	overflow:hidden;
	display:grid;
	grid-template-columns: 1fr;
	align-items: center;
	margin: 0px auto;
}
.category.multiple {
	grid-template-columns: 1fr min-content;
}
.category-chunks{
	width:100%;
	height:100%;
	scroll-snap-type: y mandatory;
	overflow:scroll;
	scroll-snap-type: y mandatory;
}

.category .category-chunk{
	width:100%;
	height:100%;
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat( 2, 1fr );
	grid-gap:10px;
	padding:10px;
	
	scroll-snap-align: start;
	scroll-snap-stop: always;
}
@media screen and (max-width: 700px) {
	.category .category-chunk{
		grid-template-columns: repeat(1, 1fr);
	}
}
.category-item {
	position:relative;
	border-radius:10px;
	overflow:hidden;
}
.category-item .background {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:0;
	background-color: var(--black);
}
.category-item .background .featured-image{
	object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	opacity: .5;
}
.category-item .foreground {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	margin:10px;
}
.category-item .foreground h2{
	display: block;
	font-size: 1.5em;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	color: var(--white);
}
.category-item a.foreground{
	text-decoration: none;
}
.category-scroll-dots{
	display:grid;
	grid-template-rows: repeat(1fr);
	justify-content: center;
	height:min-content;
	gap:13px;
	padding-right:10px;
}
.category-scroll-dots .scroll-dot{
	width:13px;
	height:13px;
	border-radius:50%;
	background-color: var(--primary-fg-color-1-100);
	opacity:50%;
}
.category-scroll-dots .scroll-dot-current{
	opacity:100%;
}
.multi-single-main{
	display:grid;
	grid-template-rows: 40px 1fr;
	gap: 20px;
	align-items: center;
	max-width: 900px;
	width:100%;
	height:100%;
	margin: 0px auto;
	padding: 30px;
}
.single-post{
	width:100%;
	height:100%;
	display:grid;
	align-items: center;
	position: relative;
	overflow: hidden;
}

/* Video Page */
.video-page{
	display:grid;
	grid-template-rows: 1fr 30px;
	gap:20px;
	width: 100%;
	margin:0px auto;
	position:relative;
	max-width:900px;
	overflow:hidden;
}
.video-cell{
	display:grid;
	position: relative;
	width: 100%;
	height: 100%;
}
.video-aspect-ratio {
	position: relative;
	margin: 0px auto;
	max-width:99%;
	/* border: 0px solid var( --primary-bg-color-1-10 ); */
	/* background-color: var( --primary-bg-color-1-10 ); */
	
	/* Aspect Ratio for browser which support it.*/
	aspect-ratio: 16 / 9;
	/* Fallback for aspect ratio for Safari */
	/* https://stackoverflow.com/questions/68886003/css-aspect-ratio-not-working-in-safari-browser */
}
.video-aspect-ratio-inner {
	background-color: var(--primary-bg-color-1-50);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.multi-single-main .lesson-progress-container{
	display:grid;
	grid-template-columns: 30px 1fr 40px;
	gap:20px;
	align-items: center;
}
.icon{
	fill: var( --primary-fg-color-1-100 );
}
.video-controls{
	display: grid;
	grid-template-columns: 30px 1fr;
	align-items: center;
	gap: 10px;
}
@media screen and (max-width: 900px) {
	.multi-single-main{
		grid-template-rows: min-content 1fr;
		padding: 0px;
		gap: 0px;
	}
	.multi-single-main .lesson-progress-container{
		padding: 20px;
	}
	.video-page .video-aspect-ratio{
		width: 95%;
	}
	/* .video-page{
		grid-template-rows: 57vw 1fr;
	}
	.video-page{
		padding:0px;
	}
	.video-page .video-cell{
		padding: 0px;
	}
	.video-page .video-controls{
		padding: 20px;
	}
	.video-page .video-aspect-ratio{
		border-radius:0px;
		margin-top: 0px!important;
	}
	.video-info-cell {
		padding:20px 20px 0px 20px;
	} */
}

.youtube-video, .youtube-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-unmute-overlay{
	position:absolute;
	width:100%;
	height:100%;
	z-index:9999;
}

/* .video-controls{
	position: absolute;
	bottom:-50px;
	width: 100%;
	height: 50px;
} */
/* End of Video Page */
.video-controls [type="range"]{
	all:unset;
}

#range1 {
	-webkit-appearance: none;
	appearance: none; 
	width: 100%;
	cursor: pointer;
	outline: none;
	overflow: hidden;
	border-radius: 16px;
   }
   
   #range1::-webkit-slider-runnable-track {
	height: 15px;
	background: var( --primary-bg-color-1-10 );
	border-radius: 16px;
   }
   
   #range1::-moz-range-track {
	height: 15px;
	background: var( --primary-bg-color-1-10 );
	border-radius: 16px;
   }
   
   #range1::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none; 
	height: 15px;
	width: 15px;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid var( --accent-bg-color-1-100 );
	box-shadow: -407px 0 0 400px var( --accent-bg-color-1-100 );
   }
   
   #range1::-moz-range-thumb {
	height: 15px;
	width: 15px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid var( --accent-bg-color-1-100 );
	box-shadow: -407px 0 0 400px var( --accent-bg-color-1-100 );
   }

/* Icons */
.check {
	display: inline-block;
	transform: rotate(45deg);
	width: 22px;
	height: 46px;
	border-bottom: 7px solid var(--success-bg-color-1-50);
	border-right: 7px solid var(--success-bg-color-1-50);
	margin-top: -10px;
}

/* Game Grid */
.nextStep {
	width: 100%;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid var(--primary-bg-color-1-10);
}
@media screen and (max-width: 700px) {
	.nextStep {
		padding: 20px;
	}
}


/* Gift Card */
.gift-card{
	width:100%;
	display: grid;
	gap: 10px;
	border: 1px solid var(--primary-bg-color-1-10);
	align-items: center;
    justify-items: center;
    padding: 10px;
    background-color: var(--primary-bg-color-1-50);
    border-radius: 4px;
}

/* Start Screen */
.start-screen {
	display:grid;
	grid-template-rows: min-content 1fr min-content;
	width: 100%;
	height: 100%;
}
.start-screen .start-screen-header {
	display: grid;
	align-items: center;
	justify-items: center;
}
.start-screen .start-screen-header-inner {
	display: grid;
	padding: 20px;
	align-items: center;
	justify-items: center;
}
.start-screen .start-screen-body {
	overflow:hidden;
	display: grid;
	position: relative;
	align-content: center;
	justify-content: center;
}
.start-screen .current-character-frame {
	position:absolute;
	transform: translate(-50%, -50%);
	width: 200px;
	height: 200px;
	border: 2px solid var( --accent-fg-color-1-10 );
}
.start-screen .current-character-frame-container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
}

.start-screen .characters {
	display: flex;
	width: 350px;
}
.start-screen .character {
	display: grid;
	align-content: center;
	justify-content: center;
}
.start-screen .character input[type="radio"]{
	position: fixed;
	opacity: 0;
	pointer-events: none;
}
.start-screen .character {
	position:relative;
	z-index:2;
}
.start-screen .character.current {
	z-index:1;
}
.start-screen .character.before-current {
	margin-right: calc( -350px / 2 );
}
.start-screen .character.after-current {
	margin-left: calc( -350px / 2 );
}
.start-screen .character-avatar {
	display: grid;
	width: 350px;
	height: 350px;
}
.start-screen .character-info {
	display: grid;
	align-content: center;
}
.start-screen .character-field {
	display: grid;
	gap:5px;
}
.start-screen .current-character-radio {
	opacity: 0;           /* Makes it invisible */
    position: absolute;   /* Removes it from the normal document flow */
    pointer-events: auto; /* Ensures it can still be interacted with */
}
.start-screen .next-area {
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}
.start-screen .start-screen-body .player-info {
	height:100%;
	overflow:hidden;
	display: flex;
    flex-direction: column;
	padding: 5px;
	text-align:center;
}
.start-screen .start-screen-body .player-info * {
	text-align: center;
}
.start-screen .start-screen-body .player-info .player-character{
	height:80%;
	overflow:hidden;
}