.slick-slider {
    display: table !important;
	table-layout: fixed !important;
	width: 100% !important;
}

.herhubFeaturedBooks__cover img {
    margin: 0 auto;
	max-width: 80%;
}

.herhubFeaturedBooks__detail {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
    padding: 15px;
    text-align: center;
}

.herhubFeaturedBooks__title,
.herhubFeaturedBooks__author,
.herhubFeaturedBooks__location {
  line-height: 1.3em;
  margin-bottom: 5px;
}

.herhubFeaturedBooks__title {
    color: #454545;
    font-size: 18px;
    font-weight: 900;
}

.herhubFeaturedBooks__author,
.herhubFeaturedBooks__location {
    font-weight: 300;
}

.herhubFeaturedBooks__location {font-size: 14px;}

/* ---- GRID ------ */
.herhubFeaturedBooks__container--grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.herhubFeaturedBooks__container--grid .herhubFeaturedBooks__item {
    display: flex;
    flex-direction: column;
}

.herhubFeaturedBooks__container--3_columns .herhubFeaturedBooks__item {
    width:33.3%;
    min-width:33.3%;
}
.herhubFeaturedBooks__container--4_columns .herhubFeaturedBooks__item {
    width:25%;
    min-width:25%;
}
.herhubFeaturedBooks__container--5_columns .herhubFeaturedBooks__item {
    width:20%;
    min-width:20%;
}
.herhubFeaturedBooks__container--6_columns .herhubFeaturedBooks__item {
    width:16.666%;
    min-width:16.666%;
}

@media all and (max-width: 767px) {
  .herhubFeaturedBooks__container--3_columns .herhubFeaturedBooks__item,
  .herhubFeaturedBooks__container--4_columns .herhubFeaturedBooks__item,
  .herhubFeaturedBooks__container--5_columns .herhubFeaturedBooks__item,
  .herhubFeaturedBooks__container--6_columns .herhubFeaturedBooks__item {
    width: 100%;
    min-width: 100%;
  }
}

.herhubFeaturedBooks__container--grid .herhubFeaturedBooks__cover {text-align:center;}

/* ---- SLIDER ---- */
.herhubFeaturedBooks__container .slick-arrow {
    background: transparent;
    border: none;
    color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2000;
}

.herhubFeaturedBooks__container .slick-arrow::before {
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    color: #09798b;
    content: '';
    display: block;
    font-family: 'ETmodules';
    font-size: 40px;
    font-weight: 900;
    padding: 10px;
}

.herhubFeaturedBooks__container .slick-arrow.slick-prev {left:0;}
.herhubFeaturedBooks__container .slick-arrow.slick-next {right:0;}

.herhubFeaturedBooks__container .slick-arrow.slick-prev::before {content:'\34';}
.herhubFeaturedBooks__container .slick-arrow.slick-next::before {content:'\35';}