.cm-nft-slider-inner-group{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}
.cm-nft-slider-inner-group {
  height: 600px;
  position: relative;
  overflow: hidden;
  background-color:#000;
}
.cm-nft-slider-inner-group{
  background-position: center;
}
.cm-nft-slider-item {
  height: 600px !important;
  width: 12904px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -webkit-animation: moveSlideshow 90s linear infinite;
  -moz-animation: moveSlideshow 90s linear infinite;
  background-size: 35% !important;
  background-position: 0 31px;
  background-repeat: no-repeat;
}
.cm-nft-slider-inner-group > .cm-nft-slider-item {
  background-position: top left;
  background-size: 40% !important;
}

@-webkit-keyframes moveSlideshow {
  0% { left: 0; }
  100% { left: -1684px; }
}
@-moz-keyframes moveSlideshow {
  0% { left: 0; }
  100% { left: -1684px; }
}