@keyframes lighting{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}.image-bg{background-color:var(--bg-surface-secondary);height:100%;overflow:hidden;position:relative;width:100%}.image-bg__image{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .1s linear;transition-duration:.2s;width:100%}.image-bg__slot{height:100%;position:relative;width:100%}.image-bg.loaded .image-bg__image,.image-bg.native .image-bg__image{opacity:1}.image-bg.contain .image-bg__image{background-size:contain}
