.world .info{
 text-align: center;
 z-index: 10;
 padding: 10px;
}
.world .info p{
 margin: 0;
}
.world .info img{
 max-width: 215px;
 height: auto;
}
.world h2{
    background:transparent !important;
    color:white;
}
.world{
 position: absolute;
 background: rgba(0,0,0,0.9);
 width: 100%;
 height: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
 overflow: hidden;
 z-index: 999999;
 color: #fff;
 font-family: 'Open Sans', Arial, Tahoma, Helvetica, sans-serif;
	font-weight: 400;
}



.world .cloud{
 opacity: 0;
 position: absolute;
   -webkit-touch-callout: none; / iOS Safari /
    -webkit-user-select: none; / Safari /
     -khtml-user-select: none; / Konqueror HTML /
       -moz-user-select: none; / Firefox /
        -ms-user-select: none; / Internet Explorer/Edge /
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */


}
