

/*VIDEO in embed - da portare in SASS */

.fb-embed  {

    /* d-flex justify-content-center */
    justify-content: center !important;
    display: flex !important;
    margin-bottom:16px;

}


.fb_iframe_widget {

    /* border:1px solid red!important; */
    position: relative;
    overflow: hidden;
    width: auto!important;
    height: auto!important;
}

.fb_iframe_widget.fb-video {

    width: 50%!important;

}

@media (max-width: 992px) {

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

}

/* .fb_iframe_widget span {
    border:1px solid green!important;
}

.fb_iframe_widget span iframe {
    border:1px solid blue!important;
}  */

/*FINE  video in embed - da portare in SASS */