body {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    background: #000;
}

.carousel-item-video {
    height: 80vh;
    margin-top: 10vh;
    overflow: hidden;
}

.carousel-item-video video {
    height:100%;
    position: relative;
    left: -75vw;
}

.carousel-indicators li::marker {
    font-size: 0;
}

#counter {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #FFF;
}

#particles-js {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: none;
    z-index: 1;
}
