1/*! lightgallery - v1.3.9 - 2017-02-05
2* http://sachinchoolur.github.io/lightGallery/
3* Copyright (c) 2017 Sachin N; Licensed GPLv3 */
4.lg-outer.fb-comments .lg-img-wrap, .lg-outer.fb-comments .lg-video-cont {
5  padding-right: 400px !important;
6}
7
8.lg-outer.fb-comments .fb-comments {
9  height: 100%;
10  overflow-y: auto;
11  position: absolute;
12  right: 0;
13  top: 0;
14  width: 420px;
15  z-index: 99999;
16  background: #fff url("../img/loading.gif") no-repeat scroll center center;
17}
18
19.lg-outer.fb-comments .fb-comments.fb_iframe_widget {
20  background-image: none;
21}
22
23.lg-outer.fb-comments .fb-comments.fb_iframe_widget.fb_iframe_widget_loader {
24  background: #fff url("../img/loading.gif") no-repeat scroll center center;
25}
26
27.lg-outer.fb-comments .lg-toolbar {
28  right: 420px;
29  width: auto;
30}
31
32.lg-outer.fb-comments .lg-actions .lg-next {
33  right: 420px;
34}
35
36.lg-outer.fb-comments .lg-item {
37  background-image: none;
38}
39
40.lg-outer.fb-comments .lg-item.lg-complete .lg-img-wrap, .lg-outer.fb-comments .lg-item.lg-complete .lg-video-cont {
41  background-image: none;
42}
43
44.lg-outer.fb-comments .lg-img-wrap, .lg-outer.fb-comments .lg-video-cont {
45  background: url("../img/loading.gif") no-repeat scroll transparent;
46  background-position: center center;
47  background-position: calc((100% - 400px) / 2) center;
48}
49
50.lg-outer.fb-comments .lg-sub-html {
51  padding: 0;
52  position: static;
53}
54
55.lg-outer.fb-comments .lg-video-cont {
56  max-width: 1250px !important;
57}
58