.c4d-label-pro-version {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(#fff, 0.8);
  a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 0px 15px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    border-radius: 30px;
    background: #333;
    color: #eee !important;
    text-decoration: none;
  }
}
.redux-container .redux-main .redux-field-container {
  position: relative;
}