why is css ID changing every time I refresh?
banner id is 9601
https://i.imgur.com/gpmmfbk.png
after I refresh is 1394
https://i.imgur.com/pcyQblI.png
after I refresh again it’s 2341
https://i.imgur.com/3XGi1uI.png
…
..
.
I assigned it a new ID but is not seen anywhere
Here
https://nova.brlogarka.com/
I’m trying to fix that so it looks ok on mobile
https://i.imgur.com/0dYAqbn.png
I used this which is ok, but the problem is number is changing every time
#banner-2341 img {
min-height: 250px;
object-fit: cover;
}