@charset "utf-8";
/* CSS Document */

body.group-blog .entry-header {
  background: url(../img/bg-header-blog.jpg);
  background-position: center center;
}

@media (max-width:767px) {   
body.group-blog .entry-header {
  background: url(../img/bg-header-blog-mob.jpg);
  background-position: center center;
}
}

