.hero-section-book {
  height: 800px;
  margin-top: -131px;
  margin-bottom: 0%;
  padding-top: 0px;
  background-image: url(/assets/book/banner-1b0771ce0e89e2ed71de6cd8e6b1f88d.jpg), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: url(/assets/book/banner-1b0771ce0e89e2ed71de6cd8e6b1f88d.jpg), linear-gradient(180deg, #fff, #fff);
  background-position: 50% 0px, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
}

p.extra-section { 
  padding-top: 10px; 
  font-size: 20px;
  line-height: 24px;
}

div.extra-section-25 {
  padding-top: 25px;
}

div.extra-section-50 {
  padding-top: 50px;
}

div.extra-section-container {
  margin-top: 67px;
}

.button-approval-book span.author {
  display: contents;
  font-size: 10pt;
  float: right;
}

.w-img-border {
  border: 1px #c0c0c0 solid;
  padding: 10px;
}

.w-img-author {
  border: 1px #fff solid;
  padding: 10px;
}

.button-approval-book {
  font-size: 30pt;
  line-height: 1.2;
  height: 130px;
  text-align: center;
}

span.price {
  font-size: 35px;
  font-weight: bold;
}

span.shipping {
  display: block;
}

.w-button-order-book {
  text-align: center;
  font-size: 20px;
  background-color: #E3E10A;
  border: 2px solid #E3E10A;
  color: #3F4345;
}

@media (max-width: 479px) {
  .hero-section-book {
    height: 700px;
    background-image: url(/assets/book/banner-1b0771ce0e89e2ed71de6cd8e6b1f88d.jpg);
    background-position: 50% 0px, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
    background-attachment: fixed, scroll;
  }

  .hero-section-book .w-container {
    margin-top: 20%;
  }

  .button-approval-book {
    font-size: 20pt;
    line-height: 1.2;
    height: 150px;
    text-align: center;
  }

  p.extra-section { 
    font-size: 20px;
    line-height: 24px;
  }

  div.extra-section-25 {
    padding-top: 0px;
  }

  div.extra-section-50 {
    padding-top: 0px;
  }

  div.extra-section-container {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .hero-section-book {
    height: 560px;
    background-position: 50% 0px, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
    background-attachment: fixed, scroll;
  }

  .button-approval-book {
    height: 270px;
  } 
  
  p.extra-section { 
    font-size: 20px;
    line-height: 24px;
  }

  div.extra-section-25 {
    padding-top: 0px;
  }

  div.extra-section-50 {
    padding-top: 0px;
  }

  div.extra-section-container {
    margin-bottom: 0px;
  }

}

@media (max-width: 991px) {
  .hero-section-book {
    padding-right: 19px;
    padding-left: 19px;
    background-position: 50% 0px, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
    background-attachment: fixed, scroll;
  }

  .button-approval-book {
    height: 170px;
  } 
}
