.gravity-container,
.gravity-container * {
    box-sizing: border-box;
}

.gravity-container {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 0;
}

.video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

.video-cover {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.video-mute {
    cursor: pointer;
    display: none;
    left: 25px;
    max-width: 53px;
    min-width: 40px;
    opacity: 1;
    position: absolute;
    top: 60px;
    width: 4%;
    z-index: 3;
}

.video-mute.show {
    display: block;
}

.video-mute .unmute {
    display: none;
}

.video-mute.muted .mute {
    display: none;
}

.video-mute.muted .unmute {
    display: block;
}

.video-mute > svg {
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* Define mute/unmute button color */
.video-mute .unmute,
.video-mute .mute {
    fill: rgba(255, 255, 255, 0.6);
}

/* Video aspect ratio */
.ar-185-1 {
    left: -2%;
    width: 104%
}

.ar-235-1 {
    left: -17.5%;
    width: 135%;
}

.ar-4-3 {
    left: -20%;
    width: 140%;
}

/* Background (load-in image) */
.background {
    bottom: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    opacity: 1;
    position: absolute;
    transition: opacity 0.4s ease-out;
    width: 100%;
    z-index: 1;
}

/* Common */
.fade {
    opacity: 0;
}

a:focus,
a:visited,
a:active,
a:hover {
    border: none;
    outline: 0;
}

#play {
    opacity: 0;
}
