// Addresses the bug with fluid width (set as data-width="100%")
// that sometimes happens when comments are loaded outside
// of the viewport and rendered at width:0px (OP3-1629)
.op3-facebook-comments .fb-comments iframe {
    width: 100% !important;
}
