img {
    display:block;
    margin:auto;
}
p {
    text-align: center;
}

footer {
    position:relative;
    bottom:0px;
    left:0;
    right:0;
    height:75px;
    background-color: #efefef;
    text-align: center;
    width:100%
}

.wrapper {
    background-color: #b4b2b2;
}

.cover{
background-color: #98989898}

div.img{
    margin: 25px;
    border:solid #ccc 5px;
    float: left;
    width: 160px;
}
div.img img{
    width: 150px;
    height: auto;
}

div.img:hover{
    border: solid #777 5px;
}

div.desc {
    padding: 15px;
    text-align: center;
    background-color: white;
}

.turn90{
    -webkit-transform:rotate(90 deg);
}

.turn270{
    -webkit-transform:rotate(270 deg);
}
