.image-vid-btn {
	width: 100% !important;
    flex: 1 1 260px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.modal-vid{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100vh;
    z-index:999;
    transition: opacity 500ms;
    opacity: 0;
    display: none;
}
.movie-box{
    top:0px;
    left:0px;
    display:table;
    width:100%;
    height:100vh;
    background-color:#232323;
    background-color:rgba(0, 0, 0, 0.80);
    color:#fff;
    text-align:center;
}

.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;
}

.wide-screen{
    display:table-cell;
    text-align: center;
    vertical-align: middle;
}

.vid-holder{
    display:inline-block;
    top:0px;
    left:0px;
    position:relative;
    margin:0 auto;
    -webkit-box-shadow: 0 0 10px 0 #000000;
    box-shadow: 0 0 10px 0 #000000;
    border-style:solid;
    border-width:1px;
    border-color:#333;
    overflow: visible;
}

.vid-holder svg{
	width: 24px;
	height: 24px;
	opacity: 0.6;
	transition:all 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;
    /*transition: all 0.5s;*/
    display:none ;
}

.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: 0px 0px 18px black;
	fill:#efefef;
	background-color:rgba(0, 0, 0, 0.3);
	opacity: 0.6;
	transition: all 250ms;
}

.video-thumb-row {
  padding: 0;
  margin: 0;
  list-style: none;
  display:block;
  position:relative;
  margin: 0 auto;
  -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 video, .vid-holder iframe{
    position: absolute;
    top:0px;
    left:0px;
    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;
}


.page-vid-link{
    display: flex;
    margin: 0 auto 1.25em auto;
    align-items: center;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-color: #333;
    background-color: #000;
    text-transform: uppercase;
    font-size: 10px;
    height: 40px;
    font-weight: 700;
    letter-spacing: 0.1em;
    cursor: pointer;
    width: 100%;
    clear: both;
    transition: all 0.5s;
    padding: 3px 15px 4px 15px;
    color: #ccc;
	transition: all 0.5s;
}

.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%);
	cursor: pointer;
	transition: all 0.5s;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}


.video-gallery .image-vid-link{
	width: calc(50% - 5px);
	cursor: pointer;
	transition: all 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;
	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);
}

.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: all 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;
}


img.vid-btn-img{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
	cursor: pointer;
	transition: all 0.5s;
	max-width: 100%;
	height: auto;
	display: block;
	position: relative;
	margin: 0 auto;
}

.vid-play-btn{
	width: 25%;
	height: auto;
	box-shadow: 0px 0px 10px black;
	border-radius: 50%;
	fill:#ffffff;
	transition: all 0.5s;
	opacity: 1;
}

.vid-title:hover .vid-play-btn{
	width: calc(25% + 10px);
}

.video-btn{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 0 auto !important;
    padding: 0 8px 0 8px;
    justify-content: center;
    align-items: center;
    position: relative;
    clear: both;
    border-style: solid;
    border-width: 1px;
    border-color: #666;
    background-color: #000;
    text-transform: uppercase;
    font-size: 10px;
    height: 40px;
    font-weight: 700;
    letter-spacing: 0.1em;
    cursor: pointer;
	min-width: 100%;
    transition: all 0.5s;
    color: #efefef;
    box-shadow: none;
    }
    
    .video-btn span{
      display: flex;
      width: 100%;
      align-items: center;
      height: 100%;
    }
    
    .video-btn svg{
	    fill: #efefefe;
	    margin-right: 15px;
    }
    
.video-btn:hover{
	background-color: #323232;
}

.video-btn span{
	   display: flex;
	   align-items: center;
	   padding-left: 8px;
   }
   
   .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;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.movie-box {
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}
.movie {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.vid-box {
    position: relative;
    text-align: center;
    display: none;
}
.vid-box img {
    max-height: calc(100vh - 90px);
    max-width: calc(100vw - 90px);
    position: relative;
    margin: 0 auto;
    display: block;
}
.vid-holder {
    display: inline-block;
    top: 0;
    left: 0;
    position: relative;
    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-color: #000;
    background-size: 120px 120px;
}
.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%;
}
.myVideo {
    display: none;
}


.video-btn-img-title{
	display: block;
	position: relative;
	text-align: center;
	padding-top: 0;
	margin-bottom: 30px;
	text-align: center;
    color: #111;
}


/* Video Repeater */

.video-btn-img-title {
  color: #fff !important;
}

/* ACF block styles */
.video-box {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap;
  gap: 20px;
  width: 100% !important;
}

.image-vid-btn img{
  width: 100% !important;
  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%;
}

.block-editor-block-list__block.video-box .acf-block-body{
  width: 100% !important;
}

.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{
  min-width: unset;
  padding: 5px 10px 5px 10px;
  border-radius: 10px;
  width: calc(100% - 22px);
}

.short-button .video-btn span{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}

.short-btn{
  min-width: unset;
  padding: 5px 10px 5px 10px;
  border-radius: 10px;    
  width: 300px;
  margin-top: 10px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;   
}

.short-btn span{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  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;
  padding: 0;
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.1em;flex: 1 1 25%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.movie-info-block  .movie-summary{
  margin: 0 !important;
  padding: 0 !important;
}

/* Video Button */



.video-button{
  display: flex;
  position: relative;
  background-color: #000;
  width: 100%;
  height: auto;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
}

.vid-jukebox{
  gap: 20px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-items: center;
  padding: 0 20px 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{
  box-sizing: border-box;
  width: 100%;
  height: auto;
  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);
  opacity: 0.3;
  transition: all 0.5s;
}

.video-button:hover img{
  opacity: 0.6;
}

.video-button svg{
  position: absolute;
  left:calc(50% - 30px);
  top:calc(50% - 30px);
  z-index: 999;
  width: 60px;
  height: 60px;
}