@media (min-width: 481px) and (max-width: 1024px){

  .book-swiper {
    display: none;
  }

  .book-splash-images {
    width: 100%;
    display: grid;
    transform: translateX(-20px);
  }

  .book-splash-container {
    flex-direction: column-reverse;
    display: flex;
    padding: 40px 80px;
  }

  .testimonial-swiper {
    padding: 0 0 20px 60px;
  }
 
}