.page-vid-link,
.video-btn {
	clear: both;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700;
}
.image-vid-btn {
	width: 100% !important;
	flex: 1 1 260px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 0 !important;
}
.modal-vid {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 99999999;
	transition: opacity 0.5s;
	opacity: 0;
	display: none;
}
.movie-box {
	background-color: rgba(0, 0, 0, 0.8);
}
.close.small-close {
	position: absolute;
	font-weight: 300;
	letter-spacing: 0.125em;
	text-transform: uppercase;
	font-size: 10px !important;
	right: -8px;
	top: -10px;
	color: #fff !important;
	cursor: pointer;
	z-index: 9999;
}
.movie,
.wide-screen {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.vid-holder {
	-webkit-box-shadow: 0 0 10px 0 #000;
	box-shadow: 0 0 10px 0 #000;
	border: 1px solid #333;
	overflow: visible;
}
.vid-holder svg {
	width: 24px;
	height: 24px;
	opacity: 0.6;
	transition: 0.5s;
}
.vid-holder svg:hover {
	opacity: 1;
}
.vid-holder img {
	max-height: calc(100vh - 62px);
	max-width: calc(100vw - 62px);
	position: relative;
	margin: 0 auto;
}
.image-vid-btn:hover .vid-btn-icon {
	background-color: rgba(0, 0, 0, 0);
	width: 22%;
}
.vid-btn-icon {
	width: 20%;
	border-radius: 50%;
	box-shadow: 0 0 18px #000;
	fill: #efefef;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 0.6;
	transition: 250ms;
}
.video-thumb-row {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	display: block;
	position: relative;
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.video-thumb-row .image-vid-btn {
	width: calc(50% - 20px) !important;
	flex: 1 1 260px;
}
@media only screen and (max-width: 600px) {
	.vid-holder img {
		max-height: calc(100vh - 32px);
		max-width: calc(100vw - 32px);
	}
}
.vid-holder iframe,
.vid-holder video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	background-color: #000;
	background-image: url(https://s3.amazonaws.com/imglibs/video_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 9999 !important;
}
.image-vid-link .vid-btn-img,
.video-button img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(https://images.unsplash.com/photo-1454496522488-7a8e488e8606?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8bW91bnRhaW58ZW58MHx8MHx8&auto=format&fit=crop&w=500&q=30);
}
.page-vid-link {
	display: flex;
	margin: 0 auto 1.25em;
	align-items: center;
	position: relative;
	border: 1px solid #333;
	background-color: #000;
	height: 40px;
	letter-spacing: 0.1em;
	cursor: pointer;
	width: 100%;
	transition: 0.5s;
	padding: 3px 15px 4px;
	color: #ccc;
}
.page-vid-link:hover {
	background-color: #151515;
}
.page-vid-link .material-icons {
	display: inline-block;
	position: relative;
	font-size: 16px;
	margin-right: 8px !important;
	top: 0;
}
.image-vid-link {
	display: block;
	position: relative;
	width: calc(100%);
	transition: 0.5s;
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
}
.video-gallery .image-vid-link {
	width: calc(50% - 5px);
	transition: 0.5s;
	margin-bottom: 10px;
	cursor: pointer;
}
@media only screen and (max-width: 998px) {
	.video-gallery .image-vid-link {
		width: calc(100%);
		margin-bottom: 10px;
	}
}
.image-vid-link .vid-btn-img {
	width: 100%;
	height: auto;
}
.image-vid-link:hover .vid-title {
	color: #000;
}
.image-vid-link .play-icon {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 36px;
	height: 36px;
}
.vid-title {
	transition: 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}
.video-btn,
img.vid-btn-img {
	position: relative;
	cursor: pointer;
	transition: 0.5s;
}
.vid-holder,
.video-btn,
.video-button {
	background-color: #000;
}
img.vid-btn-img {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.vid-play-btn {
	width: 25%;
	height: auto;
	box-shadow: 0 0 10px #000;
	border-radius: 50%;
	fill: #ffffff;
	transition: 0.5s;
	opacity: 1;
}
.vid-title:hover .vid-play-btn {
	width: calc(25% + 10px);
}
.video-btn {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto !important;
	padding: 0 8px;
	justify-content: center;
	align-items: center;
	border: 1px solid #666;
	height: 40px;
	letter-spacing: 0.1em;
	min-width: 100%;
	color: #efefef;
	box-shadow: none;
}
.movie-box,
.vid-main-content,
.video-btn span {
	width: 100%;
	height: 100%;
}
.video-btn span {
	display: flex;
	align-items: center;
	display: flex;
	align-items: center;
	padding-left: 8px;
}
.video-btn svg {
	fill: #efefefe;
	margin-right: 15px;
}
.video-btn:hover {
	background-color: #323232;
}
.video-btn span .material-icons {
	margin-right: 8px;
	margin-left: 5px;
}
.jukebox .video-btn {
	border-bottom-width: 0;
}
.jukebox .video-btn:last-child {
	border-bottom-width: 1px;
}
.vid-main-content {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	z-index: 999;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.vid-box,
.vid-box img,
.vid-holder {
	position: relative;
}
.movie-box {
	top: 0;
	left: 0;
	display: table;
	color: #fff;
	text-align: center;
}
.vid-box {
	text-align: center;
	display: none;
}
.vid-box img {
	max-height: calc(100vh - 90px);
	max-width: calc(100vw - 90px);
	margin: 0 auto;
	display: block;
}
.short-btn span,
.short-button .video-btn span {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
}
.vid-holder {
	display: inline-block;
	top: 0;
	left: 0;
	margin: 0 auto;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.63);
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.63);
	border-style: solid;
	border-width: 1px;
	border-color: #333 !important;
	max-width: calc(100%);
	background-image: url(../img/eclipse.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 120px 120px;
}
.myVideo,
.vid-holder img {
	display: none;
}
.vid-holder img.show {
	display: block;
}
.wistia_embed,
iframe,
video {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 1px);
	height: calc(100% - 1px);
	outline: 0 !important;
}
.wistia_responsive_wrapper {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.block-editor-block-list__block.video-box .acf-block-body,
.image-vid-btn img,
.video-box {
	width: 100% !important;
}
.video-btn-img-title {
	display: block;
	position: relative;
	padding-top: 0;
	margin-bottom: 30px;
	text-align: center;
	color: #fff !important;
}
.short-btn,
.short-button .video-btn {
	min-width: unset;
	padding: 5px 10px;
	border-radius: 10px;
}
.video-box {
	display: flex;
	justify-content: center !important;
	align-items: center !important;
	flex-wrap: wrap;
	gap: 20px;
}
.image-vid-btn img {
	height: auto !important;
}
.video-box .image-vid-btn {
	flex: 1 1 50%;
	margin-bottom: 0 !important;
	max-width: calc(50% - 10px);
}
.video-repeater {
	display: block;
	width: 100%;
}
.video-box .video-btn {
	display: block;
	position: relative;
	flex: 1 1 50% !important;
	margin-bottom: 0 !important;
	max-width: calc(50% - 28px) !important;
	min-width: unset;
}
.short-button .video-btn {
	width: calc(100% - 22px);
}
.short-button .video-btn span {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.short-btn {
	width: 300px;
	margin-top: 10px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.video-button,
.video-button img {
	box-sizing: border-box;
	width: 100%;
	height: auto;
}
.short-btn span {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
@media screen and (max-width: 800px) {
	.video-box .image-vid-btn {
		flex: 1 1 1;
		margin: 0 !important;
		padding: 0 !important;
		max-width: calc(100% - 10px);
	}
	.video-box .video-btn {
		lex: 1 1 1;
		margin: 0 !important;
		padding: 0 !important;
		max-width: calc(100% - 10px) !important;
	}
}
.movie-info-block {
	display: block;
	gap: 0;
}
.movie-info-block .release-date {
	margin: 0 0 10px;
	padding: 0;
	font-size: 14px !important;
	color: rgba(255, 255, 255, 0.7);
	letter-spacing: 0.1em;
	flex: 1 1 25%;
	border-radius: 10px;
}
.movie-info-block .movie-summary {
	margin: 0 !important;
	padding: 0 !important;
}
.video-button {
	display: flex;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	cursor: pointer;
}
.vid-jukebox {
	gap: 20px 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-items: center;
	padding: 0 20px;
}
.vid-jukebox .video-button {
	flex: 1 1 25%;
	max-width: calc(25% - 15px);
	box-sizing: border-box;
}
@media only screen and (max-width: 1120px) {
	.vid-jukebox .video-button {
		flex: 1 1 33.333%;
		max-width: calc(33.333% - 15px);
	}
}
@media only screen and (max-width: 800px) {
	.vid-jukebox .video-button {
		flex: 1 1 50%;
		max-width: calc(50% - 10px);
	}
}
@media only screen and (max-width: 640px) {
	.vid-jukebox .video-button {
		flex: 1 1 100%;
		max-width: unset;
	}
}
.video-button img {
	opacity: 0.6;
	transition: 0.5s;
}
.video-button:hover img {
	opacity: 1;
}
.video-button svg {
	position: absolute;
	left: calc(50% - 30px);
	top: calc(50% - 30px);
	z-index: 999;
	width: 60px;
	height: 60px;
}
