/* Show it is fixed to the top */

.gallery .col {
    padding-top: 15px;
    padding-bottom: 15px;
}

.gallery .col a {
    height: 0px;
    width: 100%;
    display: inline-block;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    color: white;
    text-align: center;
}

.gallery .col .details {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    background: rgba(0,0,0,0.5);
    padding: 10%;
}

.gallery .col .details h4 {
    font-size: 180%;
    font-weight: bold;
}

.gallery .col a:hover .details {
    display: block;

}

.gallery .col img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    margin-top: 50%;
    transform: translateY(-50%);
}

.gallery .col .release-date {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #151515;
    line-height: 120%;
    height: auto;
    font-size: 0.8em;
    padding: 5px 3px
}

.gallery [rel=movie-list],
.gallery [rel=photo-gallery] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.fancybox-caption--separate {
    margin-top: 0px;
}

.fancybox-caption__body {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.download-video-link ul {
    padding: 0px;
}

.download-video-link li {
    display: inline;
}

.download-video-link li a {

}

.movie {
    text-align: center;
    padding-bottom: 2em;
}

.movie video {
    width: 80%;
}

.movie p {
    border-top: 1px solid #eaeaea;
    padding-top: 2em;
    text-align: left;

}

@media (min-width: 800px){

    .fancybox-caption__body  {
        height: 100%;
        max-height: none;
    }
    .fancybox-caption--separate {
        margin-top: 0px;
    }
    .fancybox-stage{
        right: 300px !important;
    }

    .fancybox-caption {
        visibility: hidden!important;
    }

    .fancybox-captionx {
        top: 0 !important;
        right: 44px !important;
        bottom: 0 !important;
        left: auto !important;
        width: 256px !important;
        padding: 0 !important;
        background: gray !important;
        pointer-events: all !important;
        border-right: 1px solid rgba(255,255,255,.08) !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: block !important;
    }


    .fancybox-toolbar {
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: auto !important;
        width: 44px !important;
        background: #333 !important;
        border-left: 1px solid #222 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .fancybox-arrow--right{
        right: 300px !important;
    }

    .fancybox-infobar {
        left: calc(50% - 150px) !important;
    }
}

