body #typo3-preview-info {
  z-index: 99999999 !important;
  top: 115px !important;
  right: 12px;
}

@media only screen and (max-width: 600px) {
  body #typo3-preview-info {
    top: 128px !important;
    right: 0 !important;
  }
}
