html {
    min-height: 100%;
    position: relative;
}

body {
    display: flex;
    height: 100%;
    overflow: hidden;
    touch-action: none;
}

video{
    width:100%;
    height:100%;
    object-fit:cover;
}

.main-carousel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}

.carousel-cell {
    width: 100%;
    height: 100%;
    background-size: cover;
}
