
body{
    background: #000;
}

.content-wrapper{
    opacity: 1;
}

.console{
    font-size: 40px;
    color: #fff;
}

.video-wrapper{
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 10;
}

video{
    min-height: 100%;
    min-width: 100%;
}

.background {
	width: 100%;
    height: 100%;
}

.widgets{
    /* border: #fff 1px solid; */
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px 60px;
    margin-bottom: 40px;
    display: flex;
}

.widget{
    color: #fff;
    font-size: 80px;
    font-family: "ProductSans";
}

.client_logo{
    width: 700px;
    transition: all 1s;
    opacity: 0;
    position: absolute;
    /*top: 20%; /* 10-80 */
    /*left: 70%; /* 10-80 */
}

.client_logo.show{
    transition: all 3s;
    opacity: 1;
}
