/* Bioresonance hero badge fix v14 */
.hero-visual{
  align-self:start;
}
.hero-frame{
  display:block;
}
.hero-badge{
  position:static !important;
  left:auto !important;
  right:auto !important;
  bottom:auto !important;
  max-width:none !important;
  width:100% !important;
  margin-top:16px !important;
  padding:16px 18px !important;
  background:rgba(3,8,16,.84) !important;
  box-shadow:0 16px 40px rgba(0,0,0,.28) !important;
}
.hero-mini{
  bottom:116px !important;
}
@media (max-width: 1200px){
  .hero-mini{
    bottom:110px !important;
  }
}
@media (max-width: 980px){
  .hero-mini{
    bottom:94px !important;
  }
}
@media (max-width: 680px){
  .hero-badge{
    margin-top:14px !important;
  }
  .hero-mini{
    bottom:auto !important;
  }
}
