.postContainer {
    width:80%;
    margin-left:10%;
    margin-top:155px;
    opacity:1;
}
.post {
    width:80%;
    margin-left:0px;
    margin-top:0px;
    padding:10%;
}
.video iframe:first-of-type {
    width:700px;
}

.audio iframe:first-of-type {
    display:block;
    width:640px;
}
.link {
    text-transform:none;
    text-align:center;
    font-weight:400;
  }
.link a {
    text-decoration:none;
}
.link a:hover {
    text-decoration:none;
}