the home site for me: also iteration 3 or 4 of my site
1.emoji-inline--wrapper {
2 vertical-align: baseline;
3 height: auto;
4 position: relative;
5 overflow: visible;
6 vertical-align: top;
7 object-fit: contain;
8 align-items: center;
9 display: inline-flex;
10 overflow: hidden;
11 width: 1.375rem;
12 height: 1.375rem;
13}
14
15.emoji-inline--wrapper img {
16 object-fit: contain;
17 position: absolute;
18 top: 50%;
19 overflow: hidden;
20 width: 1.375rem !important;
21 height: 1.375rem !important;
22 margin-top: -0.6875rem;
23 margin-left: 0 !important;
24 margin-right: 0 !important;
25 margin-bottom: 0 !important;
26 border: none !important;
27 border-radius: 0 !important;
28 padding: 0 !important;
29 opacity: 1 !important;
30 max-width: 1.375rem !important;
31 display: inline !important;
32}