#dronestream {
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
}

#dronestream canvas {
    width: 100%;
    height: 100%;
}
