.sbm-position {
  width: 100%;
  margin: 12px 0;
}

.sbm-banner {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 12px;
}

.sbm-banner img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.sbm-link {
  display: block;
  text-decoration: none;
}

.sbm-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

.sbm-position-footer_top .sbm-banner,
.sbm-banner-footer_top {
  max-width: 1200px;
}
