.sesta-retornant-portlet .swiper-button-next {
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  height: 100%;
  justify-content: center;
  color: #a71b2e !important;
}
.sesta-retornant-portlet .swiper-button-prev {
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  height: 100%;
  justify-content: center;
  color: #a71b2e !important;
}
.sesta-retornant-portlet .swiper-container {
  width: 100%;
  height: 100%;
}
.sesta-retornant-portlet .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.genius {
  padding-left: 0;
  padding-right: 0;
}
.genius .sesta-retornant a.sombraGris {
  width: unset;
}