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