.selector { position: relative; height: 100%; aspect-ratio: 1; .picture { $height: 65%; $margin: calc(100% - $height) / 2; position: absolute; height: $height; aspect-ratio: 1; top: $margin; right: $margin; } }