.shared-image-root {
  position: relative;
}

.shared-image-thumb {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  filter: blur(5px);
  position: absolute;
  top: -5px;
  right: -5px;
  left: -5px;
  bottom: -5px;
}

.shared-image-img-el-transition {
  transition: opacity 0.5s;
}

.shared-image-img-el {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.shared-image-img-el-visible {
  opacity: 1;
}
