.main { display: flex; } .main 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%; filter: grayscale(1); transition: 1s; } #photos-inner img:hover { filter: none; } #vlad { position: absolute; left: 2em; top: 5%; } #garet { position: absolute; left: 10em; top: 10%; } #ivan { position: absolute; left: 2em; top: 30%; } #sofia { position: absolute; left: 10em; top: 35%; } #bio { width: 45%; background: #fee; }