/*************************/
/*  START :: Statistics  */
/*************************/
body:not(.fl-builder-edit) .photo-overlap {
    position: absolute;
}
body:not(.fl-builder-edit) .photo-overlap.top {
    top: -18px;
}
body:not(.fl-builder-edit) .photo-overlap.right {
    right: 36px;
}

/* TABLET, and down */
@media only screen and (max-width: 992px) {
    body:not(.fl-builder-edit) .photo-overlap.top {
        top: 0px;
    }
    body:not(.fl-builder-edit) .photo-overlap.right {
        right: 26px;
    }
}

/* MOBILE, only */
@media only screen and (max-width: 768px) {
    body:not(.fl-builder-edit) .photo-overlap.top {
        top: 8px;
    }
}
/*************************/
/*  END   :: Statistics  */
/*************************/


