1.fill {
2 display: flex;
3 justify-content: center;
4 align-items: center;
5 overflow: hidden
6}
7.fill img {
8 flex-shrink: 0;
9 min-width: 100%;
10 min-height: 100%
11}
1
2 background-size: 1000px 300px;
3 backdrop-filter: blur(5px);
4 background-position: center;
5 background-repeat: no-repeat;