
.special-header {
    background: #000;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.special-header > p {
    position: absolute;
    bottom: 3.6rem;
    right: 0;
    font-size: .8rem;
    opacity: .5;
}

.special-header a {
    padding: 3.6rem;
    padding-bottom: 0;
    font-style: italic;
}

.special-header span {
    font-style: normal;
    font-size: .8rem;
}

/* --------------------------------------- GENERAL STYLES */

.special-header.black {
    background: #000;
    color: #fff;
}

.special-header.center .frame {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    overflow: hidden;
}

/* --------------------------------------- Waterfall */


.special-header#waterfall .frame {
    width: 19.87vh;
    height: 90vh;
    position: relative;
    top: 5vh;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.special-header#waterfall .frame img {
    width: 100%;
    height: 100%;
}

/* --------------------------------------- Waterfall_vid */

.special-header#waterfall .frame-vid {
    width: 53vh;
    height: 90vh;
    position: relative;
    top: 5vh;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.special-header#waterfall .frame-vid video {
    width: 100%;
    height: 100%;
}

/* --------------------------------------- Chain */

.special-header#chain .frame img {
    width: auto;
    height: 105vh;
}

.special-header #chain_bg_img {
    height: 100vh;
}
