body{ min-height: 100vh; max-width: 100vw; background-color: black; } .big { position: relative; top: 0; left: 0; } .flyer { position: relative; top: 0; left: 0; margin-left: 35%; margin-top:15%; } .flyer img{ max-width: 50vw; border: 1pt solid white; } .gif{ position: absolute; top: -25%; left: 10%; } .gif img{ border: 1pt solid white; max-width: 35vw; }