section.lp_books{
  padding: 8% 5%;
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.lp_books img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
section.lp_books .books_bnrLink {
  transition: allease 0.3s;
}
