



.ui-lenses-lens .content
{
	width:90%;
	height:90%;  
	border: solid 10px black;
	border-radius: 50px; 
	margin: auto;
	position:relative;
	overflow:hidden;
	background:white;
	cursor:pointer;
}

.ui-lenses-lens  .content .media 
{
	position: absolute;
	width: 100%;
	height: 100%;
}

.ui-lenses-lens  .content .media .image #main
{
	min-width: 100%;
	min-height: 102%;
	margin-left: -100%;
    margin-right: -100%;
	height:100%;
	filter: drop-shadow(5px 5px 5px #000);
}

.ui-lenses-lens  .content .media .video
{
	
	height:100%;
	width:100%;		
	position: absolute;
    top: 0;
	display:none;
}

.ui-lenses-lens  .content .media .video iframe
{
	height:100%;
	width:100%;		
}


.ui-lenses-lens .content .media .scan
{
	height:100%;  
	position:relative;
	overflow:hidden;
}

.ui-lenses-lens .content .media .scan iframe
{
	position:relative;
	height:300vh;
	width:100%;
	overflow:hidden;
}

.ui-lenses-lens .content .media .canvas .word
{
	position: absolute;
    top: 35%;
    color: black;
    text-align: center;
    width: 100%;
    font-size: 100px;
}


.ui-lenses-lens  .content .media .html
{
	color:black;
}



.ui-lenses-lens-helper
{
	position: absolute;
	border: solid 5px black;
	z-index: 101;
	width:128px;
	height:128px;
	border-radius: 25px;
	overflow: hidden;
	margin: auto;
	
}

.ui-lenses-lens-helper img
{
	border-radius: 20px;
	
    background: black;
	width: auto;
    height: 100%;  
	
}