I am trying to achieve a similar effect as seen in my sketch.
The man should always be placed in the right bottom corner of the header. The carousel should be positioned in the center or center-left (50% of the header height).
I have added a new class (pad4) to my header container and utilized flexbox.
display: flex;
justify-content: flex-end;
align-items: flex-end;
Currently, the man is in the left bottom corner and the text is in the top-right corner. I am unsure how to correct this issue because adjusting margin or padding does not seem to work.
Visit the site here: