.fb_iframe_widget {
    margin-top: 15px;
    margin-bottom: 15px;
}

.fb-video.fb_iframe_widget > span > iframe {
    width: 100% !important;
}

.fb-placeholder {
    height: 336px;
    background-color: #3b5998;
}

.fb-placeholder a, .fb-placeholder a:hover {
    color: #8b9dc3 !important;
    text-decoration: none;
    font-family: "Helvetica";
    font-weight: bold;
    font-size: 33px;
    text-align: center;
    display: block;
    padding-top: 140px;
}

@media( max-width: 500px ) {
    .fb-placeholder {
        height: 168px !important;
    }

    .fb-placeholder a {
        padding-top: 70px !important;
    }
}

