.img-mrpoo{
    position:relative;
}
.img-mrpoo img{
    position:relative;
    z-index:2;
}

.img-mrpoo.pointing-up::before{
    content:"";
    display:block;
    position:absolute;
    z-index:1;
    background:url('../media/mrpoo_finger_up.png') left top no-repeat;
    background-size:contain;
}

.img-mrpoo.pointing-down::before{
    content:"";
    display:block;
    position:absolute;
    z-index:1;
    background:url('../media/mrpoo_finger_down.png') right bottom no-repeat;
    background-size:contain;
}

/* begin: footer */
.main-menu footer .img-mrpoo{
    margin-right:4rem;
}
.main-menu footer .img-mrpoo img{
    max-width:32rem;
}

.main-menu footer .img-mrpoo.pointing-up::before{
    width:14.8rem;
    height:14.8rem;
}
/* end:footer */

/* begin: ready? */
.journey .area-video .img-mrpoo{
    max-width:30rem;
    margin:0 auto 2rem auto;
}
.journey .area-video .img-mrpoo img{
    max-width:30rem;
}
.journey .area-video .img-mrpoo.pointing-down::before{
    width:16rem;
    height:16rem;
}
/* end: ready? */