/* install and push banners */
.outer-banner-wrapper {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1021;

}

.banner-wrapper {
  position: relative;
}

.banner-wrapper,
.action-bar {
  margin:0 !important;
  border-radius: 0;
  z-index: 2;
}

.close-btn {
  position: absolute;
  height: 100%;
  width: auto;
  left: 0;
  top: 0;
}
