:root{ --meme-wsize: 50vw; --meme-vsize: 26vw; } .page{ background:linear-gradient(rgb(189, 211, 255), rgb(55, 15, 141)); z-index:2; } .Liste{ width:100%; height:100vh; overflow: scroll; } .Product{ float:left; margin : 5%; width: 80%; } .Product p, .Product h3{ margin-top: -5px; } .memeContainer { position: absolute; width:25wh; padding-bottom: 25%; float: left; margin : 5%; height: 0; } .meme{ width: inherit; height: inherit; position: absolute; left: 0; }