/*videobox*/
.videobox{position: relative; }
.videoHead, .videoCont.on {cursor: pointer; padding-bottom:0;-webkit-transition: all 0.2s ease-in-out;overflow: hidden; pointer-events: auto;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out; opacity: 1}
.videoHead.opened, .videoCont{opacity: 0; pointer-events: none;}
.videoCont.on {box-shadow: 0 0 20px rgba(0,0,0,0.2)}
.videoCont {
	position: absolute;
	-webkit-transform: translate(0,-100%);-ms-transform: translate(0,-100%);transform: translate(0,-100%);
}
[class*="editor"] .videoCont{position: relative;opacity: 1;pointer-events: auto;-webkit-transform: translate(0,0);-ms-transform: translate(0,0);transform: translate(0,0);}
.videoHead::after{content:' '; /*background-color:rgba(0,0,0,0.5);*/ background-image:url(videobutton.svg); background-repeat:no-repeat; background-position:center; position:absolute; top:0; left:0; right:0; bottom:0; z-index:1; opacity: 0.25;-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;}
.videoHead:hover::after{opacity: 0.75}
.wp-block-video video{display: block;}
/*
.videobox .videoCont {
	margin-top: -50%;
	display:block;
	max-height:0px;
	overflow:hidden;
	padding-top:0;
	padding-bottom: 0;
	-webkit-transition: all 0.8s cubic-bezier(0,1,0,1);
	-moz-transition: all 0.8s cubic-bezier(0,1,0,1);
	-ms-transition: all 0.8s cubic-bezier(0,1,0,1);
	-o-transition: all 0.8s cubic-bezier(0,1,0,1);
	transition: all 0.8s cubic-bezier(0,1,0,1);
}
.videobox:not(.init):hover .videoCont, .videoCont.on{
	max-height:4000px;
	-webkit-transition: all 0.8s cubic-bezier(1,0,1,0);
	-moz-transition: all 0.8s cubic-bezier(1,0,1,0);
	-ms-transition: all 0.8s cubic-bezier(1,0,1,0);
	-o-transition: all 0.8s cubic-bezier(1,0,1,0);
	transition: all 0.8s cubic-bezier(1,0,1,0);
}
[class*="editor"] .videoCont{max-height:4000px !important}
*/

.closeButton {
	position:absolute;
	background-color: transparent;
	-webkit-appearance:none;
	display:block;
	cursor:pointer;
	top:1rem;
	right:1rem;
	z-index:30;
}
