@charset "utf-8";
/* CSS Document */
body,html { height: 100%; background-color: #000; margin: 0;}
        video,canvas { width: 100%; height: auto; transform: translate(-50%,-50%); position: fixed; top:50%; left: 50%;}
        #canvas1 { display: none;}
        canvas { display: none;}
         #contols { position: fixed; bottom: 40px; left: 50%; transform: translateX(-50%); display: flex; justify-content: center; align-items: center;}
        .create #contols { display: none; }
        
        .create video { display: none;}
        .create #canvas2 { display: block;}
       #play { width: 80px; height: 80px; border-radius: 50%; border: 6px solid #FFF; box-sizing: border-box; display: block; cursor: pointer;}
        
div.div { width: 50px; height: 50px; border-radius: 50%; background-color: rgba(0,0,0,.3);}
#swap { background-image: url("../img/switch.svg"); background-position: center; background-repeat: no-repeat; background-size: 30px; cursor: pointer;}
#contols div { margin: 0 20px;}
#contols div:last-child { opacity: 0;}
        
        #download { position:absolute; top:0; right: 0; display: none; width: 60px; height: 60px; background-image: url("../img/download.svg"); background-repeat: no-repeat; background-position: center; background-size: 24px; cursor: pointer;}
        #return { position:absolute; top:0; left: 0; display: none; width: 60px; height: 60px; background-image: url("../img/arrow.svg"); background-repeat: no-repeat; background-position: center; background-size: 24px; cursor: pointer;} 
        
        .create #download,.create #return { display: block;}

