CSS Header Logo resize an align in the middle of the Header

Hi i want to resize AND align the Logo (jpeg) in the middle of the header. I have found the CSS code to resize wich is this one:

@media (min-width: 768px) { /*Change logo wrapper width*/ .fl-page-header-primary .row > div:first-child { width: 30%; } /*Change header content wrapper width*/ .fl-page-header-primary .row > div:last-child { width: 66.67%; } }

It’s working very fine BUT the problem is that the Logo is on the left side. How can i do to resize AND to align it in the middle?

Thanks for the help!