.image-plugin-container {
  position: absolute;
}
.image-plugin-container.track-event-editing .clone-container {
  display: inline-block;
}

.image-plugin-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-plugin-img {
  border-style: none;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.image-plugin-hidden {
  visibility: hidden;
}

.image-crop-clone {
  opacity: 0.5;
  border: 1px solid black;
  margin: -1px;
  background-color: white;
}

.clone-container {
  display: none;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
}
