/*#video-slider .item,*/
#video-slider .vimeotheque-player {
    position: fixed;
    left: calc(50% - 1px);
    top: 50%;
    transform: translate(calc(-50% + 1px), -50%);
    transition: opacity .4s ease;
    min-height: 100vh !important;
    min-width: 100vw !important;
    width: calc(100vh * var(--ratio)) !important;
    max-width: unset !important;
}

#video-slider .item {
    opacity: 0;
    pointer-events: none;
}

#video-slider .item.active {
    opacity: 1;
    pointer-events: all;
}

#video-slider .item.resize .vimeotheque-player {
    min-width: calc(100vw + 10px) !important;    
}

#video-slider .fluid-width-video-wrapper {
    padding: 0 !important;
}

#video-slider .vimeotheque-load-video {
    display: none;
}

#video-slider .item > img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#video-slider .item.loaded > img {
    opacity: 0;
    pointer-events: none;
}

.director-link {
    position: fixed;
    left: 50%;
    top: 0;
    width: 100%;
    max-width: 520px;
    transform: translateX(-50%);
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.director-link .the-logo {
    width: calc( 100% - 120px );
}

.director-link .the-logo img,
.director-link .the-logo svg {
    width: 100%;
    height: auto;
}

/*a.learn-more {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    margin: 20px;
    font-size: inherit;
    font-family: inherit;
}

a.learn-more {
    width: 12rem;
    height: auto;
}

a.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 4rem;
    height: 4rem;
    background: #fff;
    border-radius: 2.03125rem;
}

a.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

a.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: calc( (4rem - 1.8rem) / 2 );
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

a.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #000000;
    border-right: 0.125rem solid #000000;
    transform: rotate(45deg);
}

a.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0 0 0 calc( 4rem + 10px );
    color: #fff;
    font-weight: 700;
    line-height: 1.6;
    text-align: left;
}

a.learn-more:hover .circle {
    width: 100%;
}

a.learn-more:hover .circle .icon.arrow {
    transform: translate(1rem, 0);
}

a.learn-more:hover .button-text {
    color: #000;
}*/