div#video_modal {
    z-index: 9999;
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    top: 0;
	   
}
div#video_modal:before {
	content: "";
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.85);
	height: 100%;
}
/*
#video_player {
position: fixed;
top: 50%;
transform: translateX(-50%) translateY(-50%);
left: 50%;
display: table;
height: auto;
width: auto;
max-width: 1040px;
}
*/
div#video_player {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    max-width: 1200px;
    margin: auto;
    top: 50%;
    left: 50%;
	z-index:0;
    transform: translateX(-50%) translateY(-50%);
	    max-width: 90%;
}
#sbox-content #video_player iframe {
	max-width: 100%!important;
	top: 0;
	position: absolute;
	height: 100%;
	left: 0!important;
}
#video_modal a#sbox-btn-close {
	position: fixed;
	right: 20px!important;
	top: 110px!important;
	z-index: 9999;
}
.video_title {
	font-size: 14px;
	line-height: 1.4;
}
.video_item {
	break-inside: avoid;
}
.video_item:nth-child(3n+3) .video_title {
}
.videos_container.cols-3 {
	margin: -6px;
}
.video_wrapper {
	min-height: 250px;
	text-align: center;
	margin: 10px;
}
img.video_thumb {
	max-width: 100%;
	max-height: 185px;
	position: relative;
	display: block;
	margin: auto;
}
.vimeochannel .video_wrapper:hover .video_image:before {
	opacity:1;
}
.video_image {
	position: relative;
	overflow: hidden;
	
}
.video_image:before{
	content:"";
	display:table;
	height:100%;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	opacity:0;    z-index: 1; pointer-events: none
}
.video_image a {
	z-index:1;
}
.video_image a:before {
	content: "\f144";
	    background: none;
	    display: table;
	    top: 50%;
	    left: 50%;
	    z-index: 1;
	    position: absolute;
	    color: rgb(255 255 255 / 60%);
	    font-family: 'FontAwesome';
	    font-size: 48px;
	    line-height: 1;
	    transform: translateX(-50%) translateY(-50%);
}
.box.modal-overlay,
.moduletable.modal-overlay {
}

.video_image:hover:before {
	background: rgb(255 255 255 / 36%);
}
div#video_player + iframe {
	display: none;
}
#video_modal a#mbox-btn-close {
	position: fixed;
	    right: 20px;
	    top: 20px;
	    z-index: 9999;
	    width: 30px;
	    height: 30px;
	    /* background: url(../images/modal/closebox.png) no-repeat center; */
	    border: none;
}
a#mbox-btn-close .fa {
	color: #fff;
	font-size: 26px;
}

/********************************/

.cols-3 .video_item {
	width: 33%;
	float: left;
}

.show-video #gkPageContent {
	position: relative;
	z-index: 0;
}

/********************************/

.vimeochannel .video_wrapper {
	min-height: unset;
}


.vimeochannel .cols-3 .video_item {
	width: 31%;
	float: left;
	margin: 1%;
	background: #fff;
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	min-height: 240px;
}
.vimeochannel .video_image {
	margin: -10px -10px 10px;
}
.vimeochannel {
	display: inline-block;
	margin: 20px 0;
}

@media(max-width:736px) and (orientation:portrait) {
	.moduletable .cols-3 {
		column-count: unset!important;
	}
	.video_wrapper {
		min-height: unset;
		margin: 0 0 30px;
	}
	.cols-3 .video_item {
		width: 100%!important;
	}
	#sbox-content #video_player iframe {
		position: relative;
	}
	img.video_thumb {
		width: 100%;
	}
	#sbox-btn-close {
		right: -10px!important;
		top: -10px!important;
	}

}
@media(max-width:414px and (orientation:portrait)) {
	div#video_player {
		max-width: 320px;
		height: 240px;
	}
	div#video_player iframe {
		width: 100%!important;
		left: 0!important;
	}

}