div.content {
    font-family: sans-serif;
    margin: auto;
    width: 80%;
    height: auto;
    background-color: white;
    padding: 2em;
    padding-top: 8em;
}

.content video {
    width: 30%;
    margin-bottom: 1em;
}

.content > p {
    font-size: 1.2em;
}

.content img {
    transition: .5s all ease-in-out;
    height: 20%;
}

.content img:hover {
    transition: .5s all ease-in-out;
    height: 22%;
    cursor: pointer;
}

div.posts > div {
    font-size: 1.4em;
    border-top: 1px solid rgb(95, 95, 95);
    padding: 1em;
    padding-left: 0;
    height: auto;
    overflow: auto;
}

div.posts a.fancybox {
    float: left;
    margin-right: 1em;
    margin-bottom: .3em;
}

.showMore {
    display: none;
}

.more {
    color: black;
}