is it possible to have instead of behind the block after this block with position: absolute?
https://preview.redd.it/jwyra5204rna1.png?width=1919&format=png&auto=webp&v=enabled&s=43883c15749647ba897c7ae0f4a86f317b671a63
or have this auto value?
https://preview.redd.it/0k7rjbbi5rna1.png?width=248&format=png&auto=webp&v=enabled&s=dfb058fd324a42b11934b1b46f26d87d8329aa98
​
No. Position absolute takes it out of the flow of the page as if it wasn’t even there. So you need to figure out another way to do what you’re trying to do. Negative margins are one example