.book--feature {
  min-height: 66vh;
  max-height: 66vh;
  position: relative;
  color: #f8f9fa;
  background-color: #eb4845;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.book--feature img {
  opacity: .80;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-position: 100% 66%;
     object-position: 100% 66%;
}

@media (max-width: 1199.98px) {
  .book--feature img {
    -o-object-position: 50% 0;
       object-position: 50% 0;
    opacity: .4;
  }
}
/*# sourceMappingURL=cc-book.css.map */