#books img, #book img{
    align-content: center;
  }
   
  @media(min-width:960px){
    #books .col-md-3 .well{
      height: 350px;
      
      
    }
  
    #books .col-md-3 img{
      height: 240px;
      
    }

    #drinks img, #drink img {
      width: 300px;
    }

  }