.footer-banner.svd .svd_banner {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  width: 100%;
  max-width: 1280px;
}

.footer-banner.svd .svd_banner figure {
  margin: 0;
}

.footer-banner.svd .svd_banner .banner {
  position: relative;
}

.footer-banner.svd .svd_banner .close_button {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  width: 60px;
  height: 90px;
  border-radius: 0;
  cursor: pointer; 
  z-index: 10; 
}

@media (max-width: 1000px) {
  .footer-banner.svd .svd_banner {
    display: none;
  }
}