.coh-hidden {
	display: none;
}
.coh-state-button-anim {
	animation-fill-mode: forwards;
	animation-name: coh-state-button-anim;
	animation-duration: 500ms;
}
@keyframes coh-state-button-anim {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.coh-default {
	position: relative;
	display: block;
	/* height: 720px;
	width: 1280px; */
	/* width: 820px;
	height: 472.73px; */

	width: 100%;
	height: 100%;
}
.coh-end-block{
	position: absolute;
	top: 0%;
	left: 0%;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.45;
}
.coh-video{
	position: absolute;
	top: 0%;
	left: 0%;
	height: 100%;
	width: 100%;
	border-radius: 10px;
}
.coh-big-buttons-layout {
	width: 9%;
	height:14%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.coh-center-position {
	position: absolute;
	left: 47.271%;
	top: 44.444%;
}
.coh-volume-object-layout {
	width: 3%;
	height: 16.5%;
}
.coh-volume-object-position {
	position: absolute;
	left: 18%;
	top: 79.1%;
}
.coh-vol-icon-position {
	position: absolute;
	left: 19%;
	top: 80%;
}
.coh-vol-slider-layout {
	transform: rotate(180.000deg);
	width: 50%;
	height:75%;
}
.coh-vol-slider-position {
	position: absolute;
	left: 25%;
	top: 0%;
}
.coh-circle-visual {
	background-color: rgba(255,255,255,1.000);
	border-radius: 50.000% 50.000% 50.000%;
}
.coh-vol-circle {
	position: absolute;
	left: 7.5%;
	top: 95%;
	width: 60%;
	height: 13%;
}
.coh-circle-layout {
	width:2%;
	height: 90%;
}
.coh-vol-slider-line {
	position: absolute;
	left: 25%;
	top: 0.000%;
	width: 25%;
	height: 100%;
	background-color: rgba(255,255,255,1.000);
	border-radius: 50.000% / 4.167%;
}
.coh-time-visual {
	color: rgba(255,255,255,1.000);
	font-size: 1em;
	user-select: none;
}
.coh-time-layout {
	width: 3%;
	height: 3%;
}
.coh-time-total-position {
	position: absolute;
	left: 76%;
	top: 91.8%;
}
.coh-time-elapsed-position {
	position: absolute;
	left: 22%;
	top: 91.8%;
}
.coh-trackbar {
	position: absolute;
	left: 26.5%;
	top: 93%;
	width: 48%;
	height: 2%;
}
.coh-tr-curr-line {
	position: absolute;
	left: 0.000%;
	top: 0.333%;
	width: 100%;
	height: 40%;
	background-color: rgba(255,255,255,1.000);
	border-radius: 1000px / 1000px;
}
.coh-trackbar-circle-position {
	position: absolute;
	left: 90%;
	transform: translateY(-33%);
}
.coh-half-opacity {
	opacity: 0.450;
}
.coh-trackbar-visible {
	position: absolute;
	left: 0.000%;
	top: 0.676%;
	width: 100%;
	height: 40%;
	background-color: rgba(255,255,255,1.000);
	border-radius: 1000px / 1000px;
}
.coh-vol-icon-layout {
	width: 70%;
	height: 15%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.coh-loop-icon-layout {
	width: 1.5%;
	height: 4%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.coh-loop-icon-position {
	position: absolute;
	left: 80%;
	top: 91.5%;
}