@import url('https://fonts.cdnfonts.com/css/helvetica-neue-55');

body {
    background-color: #000;
    font-family: 'Helvetica Neue', sans-serif;
    letter-spacing: -0.0025em;
    overflow: hidden;
}

a {
    color: white;
    text-decoration: none;
    display: block;
    margin-bottom: -10px;
}

.link:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.horizontal-align {
    height: 100vh;
    align-content: center;
}

.wrapper {
    display: block;
    position: relative;
    font-size: 0;
}

.video-ios-border-fix {
    position: absolute;
    z-index: 1;
    box-sizing: initial;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border: 3px solid #000;
    overflow: hidden;
}

video {
    width: 100%;
    overflow: hidden;
}

.content-v2 {
    z-index: 2;
    text-align: center;
    width: 100%;
    position: fixed;
    top: 75%;
    left: 0;
    mix-blend-mode: difference;
}

.fa-instagram {
    transform: scale(1.3);
}