.section-revista {
  overflow: hidden; 
}

.section-revista .section-reviste-slider {
  padding-left: 0;
  padding-right: 0; 
}
.section-revista .section-reviste-slider .slick-list {
  overflow: visible; 
}

.section-revista .section-reviste-slider .revista-item {
  width: 300px;
  max-width: 300px;
  min-width: 300px; 
}

.section-revista .section-reviste-slider .revista-coperta {
  width: 270px;
  max-width: 270px;
  box-sizing: border-box;
  padding: 0;
  height: 400px;
  min-height: 400px;
  max-height: 400px;
  border: 1px solid #E9E9E9;
  border-radius: 5px;
  overflow: hidden; 
}

.section-revista .section-reviste-slider .revista-coperta.coperta-small {
  width: 170px;
  max-width: 170px;
  height: 250px;
  min-height: 250px;
  max-height: 250px; 
}

.section-revista .section-reviste-slider .revista-coperta .article-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%; 
}

.section-revista .section-reviste-slider .revista-title {
  margin-top: 20px; 
}

.section-revista .section-reviste-slider .revista-title .title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px; 
}

.section-revista .section-reviste-slider .revista-title .title a {
  text-decoration: none;
  display: block;
  max-width: 270px; 
}

.section-revista .section-reviste-slider .revista-title .title a:hover {
  text-decoration: underline; 
}

.section-revista .section-reviste-slider .revista-title .title a:focus {
  outline: 0; 
}

.section-revista .slider-arrows-wrapper {
  display: flex;
  width: 75px;
  justify-content: space-between; 
}

.revista-content {
  display: flex;
  justify-content: space-between;
  padding: 0;
  flex-direction: column; 
}

.revista-content .revista-left {
  width: 270px;
  min-width: 270px;
  max-width: 270px;
  box-sizing: content-box;
  margin: 0 auto; 
}
.revista-content .revista-left .revista-coperta {
  overflow: hidden;
  border: 1px solid #E9E9E9;
  border-radius: 5px; 
}
.revista-content .revista-left .revista-coperta img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: auto; 
}
.revista-content .revista-right {
  width: 270px;
  min-width: 270px;
  max-width: 270px; 
}
.revista-content .revista-fizica a {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  text-decoration: none; 
}

.hero .container > .row {
  flex-direction: column; 
}

@media (min-width: 830px) {
  .section-latest .section-latest-slider .revista-coperta {
    width: 270px;
    max-width: 270px; 
  }

  .section-latest .section-latest-slider .revista-coperta.coperta-small {
    width: 170px;
    max-width: 170px;
    height: 250px;
    min-height: 250px;
    max-height: 250px; 
  }

  .revista-content {
    flex-direction: row; 
  }

  .revista-content .revista-left {
    width: 270px;
    min-width: 270px;
    max-width: 270px;
    box-sizing: content-box;
    padding-right: 30px;
    margin: 0; 
  }

  .revista-content .revista-right {
    width: 470px;
    min-width: 470px;
    max-width: 470px; 
  } 
  }

@media (min-width: 1230px) {
  .hero .container > .row {
    flex-direction: row; 
  } 
}
