/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 05 2022 | 09:53:19 */
/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Aug 26 2022 | 15:10:42 */
.video-container {
    /* width is set as 100% here. any width can be specified as per requirement */
    width: 100%;
    padding-top: 56.25%;
    height: 0px;
    position: relative;
}

.video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	 object-fit: cover;
}



.canvas-container {
    /* width is set as 100% here. any width can be specified as per requirement */
    width: 100%;
    padding-top: 56.25%;
    height: 0px;
    position: relative;
}

.canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	 object-fit: cover;
}


.sobre-containerr {
    /* width is set as 100% here. any width can be specified as per requirement */
    width: 100%;
    padding-top: 56.25%;
    height: 0px;
    position: relative;
}

.result {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	 object-fit: cover;
}


.result-containerr {
    /* width is set as 100% here. any width can be specified as per requirement */
    width: 100%;
    padding-top: 56.25%;
    height: 0px;
    position: relative;
}


img#imagen_url {
    /* left: auto; */
   /* margin-top: 66px!important;*/
    display: block;
    margin:
    auto;
}
.hand_hover:hover {
    cursor: pointer;
}


.qr_pan{
	
	margin-top: 58px!important;
	    display: block;
    margin:
    auto;
}


video {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
