@import url("https://fonts.googleapis.com/css?family=Roboto+Mono|Source+Sans+Pro:300,400,600");
* {
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    height: 100%;
}
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #34495e;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    margin: 0;
    overflow-x: hidden;
}
.container{width:90%;margin:0 auto;}
img {
    max-width: 100%;
}
h1.title{
    margin:10px 0;
    font-size:18px;
    font-weight:bold;
    padding-left:9px;
}
.books{
    list-style: none;
    margin:0;
    padding:0;
}

.books li{
    display: inline-block;
    width:188px;
    height:248px;
    padding:3px;
    border:1px solid #fff;
    margin:5px;
    float:left;
    position: relative;
}
.books li:hover{
    border-color: #ccc;
}
.books li a{
    text-decoration: none;
}
.books li img{
    width: 180px;
    height:240px;
}
.books li span{
    display: block;
    width:180px;
    text-align: center;
    height:30px;line-height:30px;
    background:rgba(0,0,0, 0.7);
    position: absolute;
    bottom:4px;
    color:#fff;
    overflow: hidden;
}