.img_product_swipe {
  width: 100%;
  object-fit: cover;
  height: 100%;
  min-width: 100%;
}

.swipe_el_wrapper {
  display: flex;overflow: hidden;position: relative;
}

.swipe_el_list {
  display: flex;
  transform: translate(0px);
  height: 100%;width: 100%;

/*  touch-action: none;*/
/*  right: 0px;*/
/*  position: relative;*/
}

.swipe_el {
  min-width: 100%;
}

.swipe_el_list_mark {
  align-items: center;position: absolute;bottom: 20px;display: flex;justify-content: center;width: 100%;
}

.swipe_el_mark {
  width: 10px;height: 10px;background: white;border-radius: 20px;margin-left: 5px;margin-right: 5px;
}

.swipe_el_mark.active {
	background: #919191;
border-width: 2px;
  border-style: solid;
color: white;
}