.page-vid-link,
.video-btn {
    clear: both;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em
}

.image-vid-link .vid-btn-img,
.vid-holder,
.vid-holder iframe,
.vid-holder video,
.vid-main-content {
    background-position: center center;
    background-repeat: no-repeat
}

.image-vid-btn {
    width: 100% !important;
    flex: 1 1 360px;
    max-width: 480px;
}

.modal-vid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    transition: opacity .5s;
    opacity: 0;
    display: none
}

.movie-box {
    background-color: rgba(0, 0, 0, .8)
}

.close.small-close {
    position: absolute;
    font-weight: 300;
    letter-spacing: .125em;
    text-transform: uppercase;
    font-size: 16px !important;
    background: #000;
    border-radius: 100px;
    right: -8px;
    top: -10px;
    color: #fff !important;
    cursor: pointer;
    z-index: 99999
}

.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: .6;
    transition: .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, .3);
    opacity: .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);
    z-index: 9999 !important
}

.page-vid-link {
    display: flex;
    margin: 0 auto 1.25em;
    align-items: center;
    position: relative;
    border: 1px solid #333;
    background-color: #000;
    height: 40px;
    cursor: pointer;
    width: 100%;
    transition: .5s;
    padding: 3px 15px 4px;
    color: #ccc
}

.image-vid-link,
.video-gallery .image-vid-link {
    margin-bottom: 10px;
    cursor: pointer;
    transition: .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%)
}

.video-gallery .image-vid-link {
    width: calc(50% - 5px)
}

@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-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: .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, .5);
    text-transform: uppercase
}

.video-btn,
img.vid-btn-img {
    position: relative;
    cursor: pointer;
    transition: .5s
}

img.vid-btn-img {
    box-shadow: 0 0 10px rgba(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: .5s;
    opacity: 1
}

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

.video-btn {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 20px !important;
    align-items: center;
    border: 1px solid #333;
    background-color: #252525;
    height: 40px;
    min-width: calc(100% - 22px);
    color: #efefef;
    box-shadow: none
}

.movie-box,
.vid-main-content {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.video-btn svg {
    fill: #efefef;
    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
}

.vid-main-content {
    position: fixed;
    display: none;
    z-index: 999;
    background-size: cover
}

.vid-box,
.vid-box img,
.vid-holder {
    position: relative
}

.movie-box {
    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
}

.vid-holder {
    display: inline-block;
    top: 0;
    left: 0;
    margin: 0 auto;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .63);
    -webkit-box-shadow: 0 0 5px 0 rgba(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-color: #000;
    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%
}

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