/*
Block: Icon Photo
*/
.icon-image {
    position: relative;
    margin: auto;
}

.layer {
    position: relative;
    width: 100%;
    height: auto;
}

.layer-1 { 
    top: 0px;
    left: 0px;
    z-index: 1;
}

.layer-3 {
    position: absolute;
    width: 20%;
    top: -40px;
    left: -5%;
    z-index: 3;
}

.layer-3 svg {
    width: 100%;
    height: auto;
    display: block;
}

.right .layer-3 {
    left: 85%;
}