.yga-banner-background {
  top: 0px;
  left: 0px;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 20000;
}
.yga-banner-wrapper {
  z-index: 20001;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.yga-banner-settings {
  z-index: 20001;
  display: none;
  position: fixed;
  bottom: 0%;
  left: 25px;
}

.yga-banner-background.visible,
.yga-banner-settings.visible {
  display: block;
}
