.hero_blackfriday {
  background-repeat: no-repeat;
  background-position: center;
  
}

.hero_blackfriday {
  min-height: 327px;
}

@media screen and (max-width: 1024px) {
  .hero_blackfriday {
    min-height: 200px;
  }
  .advent-popup__text img {
    width: 150px !important;
  }
}

.hero_blackfriday .country img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 12px;
  opacity: 0.4;
}

@media screen and (max-width: 1023px) {
  .hero_blackfriday {
  background-image:none !important;
}
  @media screen and (max-width: 600px) {
 .hero_blackfriday.banner-mobile-generic {
  max-height: 400px;
    width: 100%;
    }}