iframe {
    display: block;
    margin: auto;
}

.size-post-thumbnail {
    display: block;
    width: 100%;
    height: auto;
    margin: 15px 0;
}

.news-title {
    font-weight: bold;
}

.news-heading {
    font-size: 19px;
    font-weight: bold;
}

.crop-image > img {
    overflow: hidden;
    clip: rect(50px, 0, 50px, 0);
}

.facebook-plugin-container {
    padding-top: 50px;
    text-align: center;
}