.fb-page-plugin-bg-img-block {
    position: relative;
    width: 100%;
}

.fb-page-plugin-bg-img-block .bg {
    position: absolute;
    height: 450px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}

.fb-page-plugin-bg-img-block .content-column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
}

.fb-page-plugin-bg-img-block .fb-column {
    text-align: center;
    margin-bottom: -7px;
}

.fb-page-plugin-bg-img-block .social-icons {
    margin-top: 30px;
}

.fb-page-plugin-bg-img-block .social-item {
    display: inline-block;
    font-size: 2rem;
    padding: 0 15px;
}

.fb-page-plugin-bg-img-block iframe {
    padding: 15px;
    background: #ffffff;
}

@media screen and (max-width:1199px) {
    
    .fb-page-plugin-bg-img-block .content-column {
        padding-right: 15px;
        padding-left: 15px;
    }
    
}

@media screen and (max-width:991px) {
    
    .fb-page-plugin-bg-img-block .fb-column {
        text-align: center;
    }
    
}