.wrapper2{
  display: flex; margin:0 50px;
  position: relative;
}
.wrapper2 i{
  top: 50%;
  height: 44px;
  width: 44px;
  color: #343F4F;
  cursor: pointer;
  font-size: 1.15rem;
  position: absolute;
  text-align: center;
  line-height: 44px;
  background: #e9e9e9;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  
}
.wrapper2 i:active{
  transform: translateY(-50%) scale(0.9);
}
.wrapper2 i:hover{
  background: #f2f2f2;
}
.wrapper2 i:first-child{
  left: -55px;
  display: none;
}
.wrapper2 i:last-child{
  right: -55px;
}
.wrapper2 .carousel2{
  font-size: 0px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
}
.carousel2.dragging{
  cursor: grab;
  scroll-behavior: auto;
}
.carousel2.dragging img{
  pointer-events: none;
}
.carousel2 img{
  object-fit: cover;
  user-select: none;
  margin: 0 15px;
}
.carousel2 img:first-child{
  margin-left: 0px;
}

@media screen and (max-width: 900px) {
  .carousel2 img{
   /* width: calc(100% / 2);*/
  }
}

@media screen and (max-width: 550px) {
  .carousel2 img{
   /* width: 100%;*/
  }
}

</style>
