.videoWrapper {
    position: relative;
    padding-bottom: 56%; /* 16:9 */
    margin-bottom: 0.26%;
    padding-top: 50px;
    height: 100%;
    text-align: center;
    vertical-align: bottom;
    background: #000000;
}

.video-bg{
    position: absolute;
    top: -22px;
    left: 0;
    background-image: url("/img/logo2.svg");
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: 56.25%;
    z-index: 1;

}

.video-offline {
    position: absolute;
    bottom: 10px;
    font-size: 32px;
    text-align: center;
    width: 100%;
    z-index: 2;
    color: #ffffff;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}