.janusconnector {

}
.full-screen{
	position: absolute;
    background-color: rgba(0,0,0,0.8);
    color: white;
    font-weight: bold;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    justify-content: center;
    z-index: 999999;
    padding:0;
}
