/* Brand styles for Sky Original - minimal, non-intrusive */
body {
  background: url('./assets/images/header.jpg?v=1') center/cover fixed no-repeat !important;
  background-size: cover;
}

#vk-feed {
  position: relative;
  z-index: 1000;
  background: rgba(0,0,0,0.4);
  border-radius: 8px;
  padding: 1.5rem;
  margin: 1.5rem;
}
