.posts {
float: left;
margin: 10px;
overflow: hidden;
max-width: 250px;
height: 250px;
position: relative;
}

.posts:hover .permalink {
display: block;
}

.photo img, .set img {
margin: 0 0 0 -30%;
}

.set img {
max-width: 400px;
height: auto;
}

.video iframe, .video embed {
background: transparent;
height: 250px;
z-index: -1;
}

.audio img {
width: 250px;
height: 250px;
}

div.asker {
width: 230px;
height: 230px;
}