kontozzakupami
Hi
You are using a custom system URL to add k2 articles not a menu item.
If you will use K2 Edit form menu item there will be no issue. it wil open under a menu not via modal popup, that loads the content in iframe.
In left side there is logo so your iframe will show behind this.
Either you can create k2 menu item to add new articles.
Or
add this code in override.css file
.frontpage .mfp-wrap {z-index: 1000002;}
To show the iframe over the logo.
Regards