*{
  cursor: none !important;
}

.mouse-cursor{
  position: fixed;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  pointer-events: none;
  background-color: #ffff00;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%,-50%);
  /* transition-property: background,transform,width,height;
  transform-origin: 100% 100%; */
  z-index: 1000;
}

.cursor-prevnext{
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #ffffff;
  color: #ffffff;
}