.react-image {
  position: relative;
  width: 100%;
  height: 100%; }
  .react-image .react-multi-image.center {
    margin: auto; }
  .react-image .react-multi-image.right {
    margin-left: auto; }
  .react-image.clip-path-yes {
    clip-path: polygon(59.225% 100%, 0% 100%, 0% 14.588%, 43.944% 0%, 99.93% 0%, 99.93% 100%, 59.225% 100%); }

.image-rotate {
  animation: rotation infinite 14s linear; }

/* Rotation frame*/
@keyframes rotation {
  to {
    transform: rotate(360deg); } }
