.block.scroll-blocks {
  position: fixed;
  bottom: 0;
  left: 50%;
  transition: all 1s;
  transform: translateX(-50%) translateY(100%);
  width: 100%;
  max-width: 1076px;
}

.block.scroll-blocks.scroll-blocks--visible {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  z-index: 9;
  transition: all 1s;
  width: 100%;
  max-width: 1076px;
}

.block.scroll-blocks .adnuntius-ad {
  width: 100% !important;
  max-width: 1076px;
  height: auto !important;
}

.block.scroll-blocks .adnuntius-ad img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
