.author {
  position: relative;
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 70px auto;
}

.authorData {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: grid;
  grid-auto-columns: 48% 4% 48%;
  grid-gap: 0%;
  grid-auto-flow: column;
  margin: 30px auto;
  min-height: 500px;
}

.authorData div {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: auto;
  margin-top: 0;
  color: #000;
}
.sliderGroupContainer.sliderGroupContainerAuthors .productViewEcImageContainer {
    padding: 0px 50px;
}

.sliderContainer.sliderEterna {
    background-image: url(/files/fondoRoto.png);
    /* padding-bottom: 49px; */
    height: auto !important;
    overflow: hidden;
    /* padding-top: 50px; */
}
.author .sectionTitle {
    position: relative;
    width: 50%;
    height: auto;
    line-height: 50px;
    margin: 15px auto;
    font-size: 30px;
    font-style: italic;
    text-align: center;
    color: #7b201a;
    font-weight: 100;
}
.authorData img {
  width: 100%;
}

.authorDataImage {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  width: 350px;
}

.authorDescription {
  font-size: 18px;
  line-height: 22px;
}

.authorSeparator {
  width: 2px;
  background-color: black;
  margin: 0 auto;
  display: block;
}

.groupContainer {
  position: relative;
  width: 80%;
  margin: auto;
}

.redirectButton {
  position: relative;
  width: auto;
  margin: auto;
  display: block;
  width: fit-content;
  font-size: 25px;
  margin-bottom: 50px;
  color: #a2122e;
}

.sliderGroupContainerAuthorsNoSlider .sliderLeftArrow,
.sliderGroupContainerAuthorsNoSlider .sliderRightArrow {
  display: none;
}

.sliderGroupContainerAuthorsNoSlider .sliderGroupSliderContainer3 {
  display: flex;
  justify-content: center;
}

#articlesContainer {
  display: grid;
  position: relative;
  width: 90%;
  grid-gap: 0%;
  height: auto;
  margin: 50px auto;
  grid-template-columns: repeat(auto-fill, 25%);
  row-gap: 50px;
}

@media screen and (max-width: 768px) {
  #articlesContainer {
    display: block;
    margin: auto;
  }
  .followAuthor {
    height: auto;
  }
  .authorData {
    display: block;
  }
  .authorData div {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .authorData div.authorDataImage {
    height: 350px;
    background-position: center;
  }
  .authorSeparator {
    display: none;
  }
  .authorData div.authorDescription {
    margin: 20px auto;
    width: 90%;
  }
  .sliderGroupContainerAuthorsNoSlider .sliderGroupSliderContainer3 {
    flex-direction: column;
  }
  .sliderGroupContainerAuthorsNoSlider
    .sliderGroupSliderContainer3
    .bookContainer {
    width: 80%;
    max-width: unset;
    margin: auto;
  }
  .sliderGroupContainerAuthorsNoSlider
    .sliderGroupSliderContainer3
    .bookContainer
    .productViewEcImageContainer {
    width: 100%;
  }
}
