.book-module-container {
  margin-top: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: visible;
  flex-direction: column; }
  .book-module-container .scroller-navigation-book button {
    position: absolute;
    top: 50%;
    /* Center vertically */
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 60px;
    /* Adjust size as needed */
    color: #E41425;
    /* Adjust color as needed */
    cursor: pointer;
    z-index: 10;
    display: block !important; }
    .book-module-container .scroller-navigation-book button.nav-left {
      left: 10px;
      /* Adjust based on your layout */ }
    .book-module-container .scroller-navigation-book button.nav-right {
      right: 10px;
      /* Adjust based on your layout */ }
  .book-module-container .book-outer-scroller-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: auto; }
    .book-module-container .book-outer-scroller-container .book-inner-scroller-container {
      transition: transform 0.5s ease-out;
      height: 100%;
      display: flex;
      flex-wrap: nowrap;
      position: relative;
      cursor: grab; }
      .book-module-container .book-outer-scroller-container .book-inner-scroller-container .book-image {
        flex: 0 0 auto;
        width: 261px;
        height: auto;
        margin-right: 30px;
        position: relative;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
        padding-bottom: 40px; }
        @media screen and (max-width: 700px) {
          .book-module-container .book-outer-scroller-container .book-inner-scroller-container .book-image {
            margin-right: 0px;
            width: 214px; } }
        .book-module-container .book-outer-scroller-container .book-inner-scroller-container .book-image img {
          height: 397px;
          border: solid 4px black;
          object-fit: cover; }
          @media screen and (max-width: 700px) {
            .book-module-container .book-outer-scroller-container .book-inner-scroller-container .book-image img {
              height: 300px;
              width: 198px; } }
        .book-module-container .book-outer-scroller-container .book-inner-scroller-container .book-image:last-child {
          margin-right: 0; }
        .book-module-container .book-outer-scroller-container .book-inner-scroller-container .book-image .book-info {
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-items: center;
          height: 100%;
          padding: 0 20px; }
          .book-module-container .book-outer-scroller-container .book-inner-scroller-container .book-image .book-info .book-name {
            font-size: 18px;
            color: black;
            font-weight: 700;
            margin-bottom: 5px;
            text-transform: uppercase;
            margin-top: 40px;
            text-align: center;
            font-style: normal;
            min-height: 36px; }
          .book-module-container .book-outer-scroller-container .book-inner-scroller-container .book-image .book-info .book-author {
            font-size: 18px;
            color: black;
            margin-top: 5px;
            text-align: center; }
          .book-module-container .book-outer-scroller-container .book-inner-scroller-container .book-image .book-info a {
            font-size: 18px;
            text-transform: uppercase;
            text-decoration: underline;
            font-weight: 700;
            margin-top: 30px;
            text-align: center;
            height: 100%; }

/*# sourceMappingURL=frontend.css.map */
