/* Animation  */
/* Mobile*/
#galactic-adventure .galactic-adventure-banner {
  position: relative;
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
  background: url("https://www.help4casino.com/campaign/galactic-adventure-2025/top-banner/coming-soon/bg.gif") no-repeat center/cover;
}
#galactic-adventure .galactic-adventure-banner img {
  height: auto;
  display: block;
  padding: 0;
  border: 0 !important;
  margin: 0 auto;
}
#galactic-adventure a {
  text-decoration: none;
  border: none;
  color: #FFF;
  cursor: pointer;
}
#galactic-adventure a:hover {
  text-decoration: none;
  border: none;
  color: #FFF;
  cursor: pointer;
}

.galactic-adventure-banner * {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.banner-comp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.galactic-adventure-offer {
  width: 100%;
  min-width: 1900px;
  height: 70px !important;
}

.galactic-adventure-offer-mbl {
  display: none;
}

.offer-block {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  width: 100%;
}

@media screen and (max-width: 568px) {
  #galactic-adventure .galactic-adventure-banner {
    height: 100px;
    background: url("https://www.help4casino.com/campaign/galactic-adventure-2025/top-banner/coming-soon/bg-mbl.gif") no-repeat center/cover;
  }
  .banner-comp {
    height: 100px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: block;
  }
  .offer-block-mbl {
    margin: 0 auto;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100px;
  }
  .galactic-adventure-offer {
    display: none;
  }
  .galactic-adventure-offer-mbl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 280px;
    height: 100px !important;
  }
}