@charset "8-utf";

body{
    margin: 0px;
    padding: 0px;
}

div{
    margin: 0px;
}

.vh-100{
    height: 100vh;
}

.vw-100{
    width: 100vw;
}

.w-100{
    width: 100%;
}

.position-absolute{
    position: absolute;
}

.position-relative{
    position: relative;
}

.d-flex{
    display: flex;
}

.justify-content-center{
    justify-content: center;
}

.top0{
    top: 0px;
}

.m-0{
    margin: 0px;
}

.p-0{
    padding: 0px;
}


.overflow-hidden{
    overflow: hidden;
}

.video{
    /*position: relative;*/
    width: 100vw;
    left: 0px;
    margin: 0px;
    padding: 0px;

}

.bepixel{
    width: 250px;
}

@media (max-width: 1200px){
    .video{
        height: 100vh;
       width: auto;
    }
}