@media (max-width: 480px), (min-width: 481px) and (max-width: 1024px)  {
    .book-splash-container {
        display: block;
        padding: 20px;
    }

    .book-splash-container button {
        margin-right: 10px !important;
    }

    .book-splash-info {
        width: 100%;
    }

    .book-splash-info h2{
        font-size: 25px;
        margin: 0;
    }

    .stars {
        padding: 0;
    }

    .stars img {
        width: 120px;
    }

    .price {
        padding: 0;
        margin: 0;
    }

    .price h4 {
        font-size: 22px;
        margin: 0;
    }

    .book-splash-buttons button {
        font-size: 14px;
        margin: 5px 0;
    }

    .book-audio-samples .book-accordion-content {
        display: block;
    }

    .book-audio-sample {
        width: 100%;
    }
    .book-audio-sample:nth-child(1){
        width: 100%;
      }
      
      .book-audio-sample:nth-child(2){
        width: 100%;
      }
      
      .book-audio-sample:nth-child(3){
        width: 100%;
      }
      
      .book-audio-sample:nth-child(4){
        width: 100%;
      }

    .book-audio-sample p {
        width: 40%;
    }

    .book-accordion-content li {
        margin: 20px;
    }

    .book-swiper {
        padding-bottom: 40px;
    }

    .book-slide {
        height: 60vh;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .testimonial-slide h3 {
        font-size: 28px;
    }

    .book-slide img {
        height: 100%;
        object-fit: cover;
    }
}