Unite theme not fully responsive anymore`?

I solved the problem. Seems that Jetpack gallery plugin and theme had some conflict.
I added following css to customizer:
@media (max-width: 768px){
#page .side-pull-left #primary {
float: none;
}
}

and now it works. Similar issue in forums here