i'd like to get similar effect to my sketch.
https://postimg.org/image/o03qu4tpp/
The man always should be placed at right bottom corner of header. And the caroussel should be on the center/center-left position ( 50% of header height) .
I added new class (pad4) to my header container, and used flexbox.
display: flex;
justify-content: flex-end; align-items: flex-end;
And now, a man is on left bottom corner and the text is on top-right corner. I don't know how to fix it now. Because when I use margin or padding, nothing happens.