.ambient__visible {
    display: block;
    position: relative;
    z-index: 0;
    width: 200px;
}

.ambient__shadow{

    width:100%;
    height:100%;
    z-index: -1;

    -webkit-filter:blur(45px);
    -moz-filter:blur(45px);
    -ms-filter:blur(45px);
    filter:blur(45px)
}