@@ -22,56 +22,6 @@ body {
2222 padding-top : 0 ;
2323 padding-bottom : 3rem ;
2424}
25-
26- .gfi_framework {
27- display : flex;
28- flex-direction : column;
29- align-items : center;
30- font-family : 'Google Sans' , sans-serif;
31-
32- }
33-
34- .model_architectures {
35- display : flex;
36- /* justify-content:space-around;
37- align-items:flex-start; */
38- }
39-
40- .latent-unet {
41- display : flex;
42- justify-content : center;
43- align-items : center;
44- }
45-
46- .latent-unet figure {
47- display : flex;
48- flex-direction : column;
49- align-items : center;
50- }
51-
52- .latent-unet figcaption {
53- margin-top : 8px ; /* Space between image and caption */
54- text-align : center;
55- }
56-
57- .inv_xnet {
58- display : flex;
59- justify-content : center;
60- align-items : center;
61- }
62-
63- .inv_xnet figure {
64- display : flex;
65- flex-direction : column;
66- align-items : center;
67- }
68-
69- .inv_xnet figcaption {
70- margin-top : 8px ; /* Space between image and caption */
71- text-align : center;
72- }
73-
74-
7525.publication-title {
7626}
7727
@@ -80,13 +30,13 @@ body {
8030
8131}
8232
83- .publication-banner video {
33+ /* .publication-banner video {
8434 position: relative;
8535 left: auto;
8636 top: auto;
8737 transform: none;
8838 object-fit: fit;
89- }
39+ } */
9040
9141.publication-header .hero-body {
9242}
@@ -133,27 +83,85 @@ body {
13383 /*color: #4286f4;*/
13484}
13585
136- .publication-video {
86+ /* .publication-video {
13787 position: relative;
13888 width: 100%;
13989 height: 0;
14090 padding-bottom: 56.25%;
14191
14292 overflow: hidden;
14393 border-radius: 10px !important;
144- }
94+ } */
14595
146- .publication-video iframe {
96+ /* .publication-video iframe {
14797 position: absolute;
14898 top: 0;
14999 left: 0;
150100 width: 100%;
151101 height: 100%;
152- }
102+ } */
153103
154104.publication-body img {
155105}
156106
107+ .gfi_framework {
108+ display : flex;
109+ flex-direction : column;
110+ align-items : center;
111+ font-family : 'Google Sans' , sans-serif;
112+
113+ }
114+
115+ .model_architectures {
116+ display : flex;
117+ /* justify-content:space-around;
118+ align-items:flex-start; */
119+ }
120+
121+ .latent-unet {
122+ display : flex;
123+ justify-content : center;
124+ align-items : center;
125+ }
126+
127+ .latent-unet figure {
128+ display : flex;
129+ flex-direction : column;
130+ align-items : center;
131+ }
132+
133+ .latent-unet figcaption {
134+ margin-top : 8px ; /* Space between image and caption */
135+ text-align : center;
136+ }
137+
138+ .inv_xnet {
139+ display : flex;
140+ justify-content : center;
141+ align-items : center;
142+ }
143+
144+ .inv_xnet figure {
145+ display : flex;
146+ flex-direction : column;
147+ align-items : center;
148+ }
149+
150+ .inv_xnet figcaption {
151+ margin-top : 8px ; /* Space between image and caption */
152+ text-align : center;
153+ }
154+
155+ .abstract_div h2 {
156+ width : 100vw ;
157+ position : relative;
158+ left : calc (-50vw + 50% );
159+ padding : 1em ;
160+ text-align : center;
161+ background-color : var (--nice-gray );
162+ }
163+
164+
157165.results-carousel {
158166 overflow : hidden;
159167}
0 commit comments