#bombo-background-wrapper {
  position: relative;
  width: 100%;
  min-height: auto;
}

#bombo-dynamic-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover !important;
  background-position: left !important;
  background-repeat: no-repeat !important;
  transition: background-image 0.5s ease-in-out;
    background: url('https://mustikkabombo.fi/wp-content/themes/mustikka-bombo-theme/bg/bg-front-bombo-cabin-summer.jpg');
       background-color: var(--primary-blue);
}

@media (max-width: 768px) {
  #bombo-dynamic-bg {
    min-height: 100vh;
    transform: translateZ(0);
  }
}
#bombo-dynamic-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}


.bombo-app-content {
  position: relative;
  z-index: 1;
}

/* CHANGE BGS*/

#bombo-dynamic-bg.home-bg {
  background-image: url('https://mustikkabombo.fi/wp-content/themes/mustikka-bombo-theme/bg/bg-front-bombo-cabin-summer.jpg');
}
/* BG - VIDEOT */
#bombo-dynamic-bg.videos-bg {
  background-image: url('https://mustikkabombo.fi/wp-content/themes/mustikka-bombo-theme/bg/bg-videos.jpg');
  transition: background-image 0.5s ease;
}

#bombo-dynamic-bg.winter-bg {
  background-image: url('https://mustikkabombo.fi/wp-content/themes/mustikka-bombo-theme/bg/bg-winter.jpg');
  transition: background-image 0.5s ease;
}
#bombo-dynamic-bg.spring-bg {
  background-image: url('https://mustikkabombo.fi/wp-content/themes/mustikka-bombo-theme/bg/bg-spring.jpg');
  transition: background-image 0.5s ease;
}
#bombo-dynamic-bg.summer-bg {
  background-image: url('https://mustikkabombo.fi/wp-content/themes/mustikka-bombo-theme/bg/bg-summer.jpg');
  transition: background-image 0.5s ease;
}