 .horizontal-wine {
  padding: 2% 0 2%;
  box-sizing: border-box;
  overflow-x: hidden;
}

.horizontal__container__wine {
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.horizontal__list__wine {
  display: flex;
  padding-left: calc(20vw - 80% / 2);
}

.horizontal__item__wine {
  margin-left: 9%;
  min-width: 80%;
  display: block;
  height:auto;
  overflow:hidden;
}

.horizontal__item__wine h2 {
  width: 100%;
  text-align: center;
}

.horizontal__item__wine:first-of-type {
  margin-left: 0;
}

.horizontal__item__wine:first-child h3 {
	opacity:1 !important;
	transform: translate(0px, 0px) !important;
}

/*.horizontal__item > div {
	width:100%;
}*/


.horizontal__item__wine .btn-arrow-yellow:hover .icon-arrow-caviro-3 {
	color:#7E133E;
}

.horizontal__item__wine p { margin-bottom:-3% !important;}


@media screen and (min-width: 2400px) and (min-height: 1400px) {
  .horizontal-wine {
  padding: 4% 0 4%;
}

}
