.focus-stack{
    position:relative;
    & > .et_pb_image{
        cursor:pointer;
        &:not(:first-child){
            position:absolute;top:0;left:0;
        }
        img{
            border-radius: 25px;
        }
    }
}
