/*
 *
 * Plugin Name: Tools
 *
 * Copyright (C) 2020 Frank Zimmermann
 *
 */

img.Vorschau_Zoom {
  transition: transform 0.2s;
}
img.Vorschau_Zoom:hover {
  transform: scale(1.1, 1.1);
}

.over {
  position: relative;
  display:  inline-block;
}
.over .after {
  position: absolute;
  left:  calc(50% - 25px);
  top:   calc(50% - 25px);
}