.ui-lenses-teaser .shadow
{
	height: 5vh;
    left: 0;
    right: 0;
    position: absolute;
    width: 80%;
    background-color: black;
    border-radius: 50px;
    margin: 40px auto;
    filter: blur(vh3);
    z-index: 79;
    bottom: -13vh;
}


.ui-lenses-teaser .ui-prisms-share 
{
	    right: 25%;
		bottom: 25%;
		left: 25%;
		width: 50%;
		top: 25%;
		height: 50%;
		    opacity: 0.5;
}


@media (orientation: portrait)
{
	.ui-lenses-teaser .shadow
	{
		height: 2vh;
		left: 0;
		right: 0;
		position: absolute;
		width: 80%;
		background-color: black;
		border-radius: 50px;
		margin: 40px auto;
		filter: blur(vh3);
		z-index: 79;
		bottom: -6vh;
	}

	

}