/*Mobile */
@media only screen and (min-width : 320px) and (max-width : 479px) {

.logo { width: 40%; }

.book { max-width: 70%; }

h2 {
	margin-top: 10px;
	font-size: 25px;
    font-weight: 100;
    color: #555;
    line-height: 48px;
}

}

/* Landscape Mobile */
@media only screen and (min-width : 480px) and (max-width : 767px) {

}