body { background: #eee; display: flex; padding-left: 10%; padding-right: 10%; } body div { padding: 2em; } #photos { width: 30%; background: #fd4; } #photos-inner { position: fixed; height: 100% } #photos-inner img { height: 33%; border-color: #ddd; border-width: 10px; border-style: solid; border-radius: 20%; } #vlad { position: absolute; left: 2em; top: 5%; z-index: 1; } #garet { position: absolute; left: 10em; top: 10%; z-index: 2; } #ivan { position: absolute; left: 2em; top: 30%; z-index: 3; } #sofia { position: absolute; left: 10em; top: 35%; z-index: 4; } #bio { width: 45%; background: #fee; }