@charset "UTF-8";
/* CSS Document */

.box {
  
  height: 366px;
  width: 300px;
}


/* Important for bookcovers-1.html - overrides carousel size */
.carousel {
  height: auto;
}


@media only screen and (max-width: 400px) {
    
    .box {
  
  height: 305px;
  width: 250px;
        max-width: 100%;
        padding: 0;
        margin: 15px 0 15px 0;
}


}