.wple-field {position: relative}
.wple-field,
.wple-lite-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.wple-lite-overlay {
    position: absolute;
    z-index: 10;
    background: #fff;
    opacity: .6;
    width: inherit;
}
.wple-lite-overlay img {
    z-index: 20;
}

img.wple-pro-tag {
    position: absolute;
    top: -10px;
    right: 0px;
    opacity: 1;
    z-index: 20;
}