File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1251,7 +1251,7 @@ a {
12511251
12521252.js .hero-home-image--reveal {
12531253 opacity : 0 ;
1254- filter : brightness (3.8 ) contrast ( 1.92 ) saturate (0.78 );
1254+ filter : brightness (1.62 ) saturate (0.82 );
12551255}
12561256
12571257.js body .hero-ready .hero-shape-fill {
@@ -2631,20 +2631,28 @@ a {
26312631 transition : none !important ;
26322632 }
26332633
2634- .hero-image-wrap ,
2635- .hero-home-image--base {
2634+ .hero-image-wrap {
26362635 opacity : 1 !important ;
26372636 filter : none !important ;
26382637 animation : none !important ;
26392638 transition : none !important ;
26402639 transform : translate (-50% , -50% ) scale (1 ) !important ;
26412640 }
26422641
2642+ .hero-home-image--base {
2643+ opacity : 1 !important ;
2644+ filter : none !important ;
2645+ animation : none !important ;
2646+ transition : none !important ;
2647+ transform : none !important ;
2648+ }
2649+
26432650 .hero-home-image--reveal {
26442651 opacity : 0 !important ;
26452652 filter : none !important ;
26462653 animation : none !important ;
26472654 transition : none !important ;
2655+ transform : none !important ;
26482656 }
26492657
26502658 .hero-image-wrap ::after {
You can’t perform that action at this time.
0 commit comments