.smartbanner {
  display: none;
  height: auto;
}
.smartbanner button:focus {
  outline: none;
}
.smartbanner .content.android-info,
.smartbanner .content.ios-info {
  display: none;
}
.smartbanner .android-info.android-show {
  display: inline-block;
}
.smartbanner .ios-info.ios-show {
  display: inline-block;
}
.smartbanner p.headline {
  padding-bottom: 5px;
}
.smartbanner .hiden-value {
  display: none;
}
@media only screen and (min-width: 768px) {
  .smartbanner .smart-banner-app {
    display: flex;
  }
}