.floating-image_cel {
  display: none;
  position: absolute;
  transition: transform 0.1s ease-out;
  will-change: transform;

  @media screen and (width >= 1280px) {
    display: block;
  }
}

.floating-image_cel img {
  height: auto;
  max-width: 100%;
}
