.arrow-leftCarne1,
.arrow-rightCarne1 {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  font-size: 20px;
  line-height: 250px;
  width: 60px;
  color: #fff;
  transition: all 600ms ease-in-out;
  background: linear-gradient(to left, transparent 0%, black 200%);
  opacity: 1;
  cursor: pointer;
  border: none;
}

.arrow-leftCarne1:hover,
.arrow-rightCarne1:hover {
  opacity: 1;
}

.arrow-rightCarne1 {
  right: 0;
  left: auto;
  text-align: right;
  background: linear-gradient(to right, transparent 0%, black 200%);
}

.itemCarne1 {
  width: 300px;
  height: 400px;
  flex-shrink: 0;
  transition: all 600ms ease-in-out;
  opacity: 0.7;
}

.current-itemCarne1 {
  opacity: 1;
  border-style: solid;
}
