#bs-popup-container {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 70%;
  background: url("/skin/frontend/lampeberger/v4/brand-switch/img/bs-pop-up-bg.png");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99998; }
  #bs-popup-container #bs-popup {
    width:90%;
    max-width: 600px; }
      #bs-popup-container #bs-popup img {
        max-width: 100%;
      }
    #bs-popup-container #bs-popup .bs-close-pop-up {
      color: white;
      font-size: 1.5em;
      padding: 10px;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: right;
      cursor: pointer; }

#bs-fixed-right {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 99998;
  cursor: pointer; }
