.unica-ads-right-fixed {
  position: fixed !important;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  max-width: min(360px, 90vw);
}
.unica-ads-item-right_banner,
.unica-ads-placement-right_banner {
  position: relative;
}
.unica-ads-item .unica-ads-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  border: 1px solid white;
  z-index: 2;

}
@media (max-width: 480px) {
  .unica-ads-right-fixed {
    right: 8px;
    bottom: 8px;
    max-width: min(280px, 95vw);
  }
}
.unica-ads-item-site_top{
  img{
    margin: 0 auto;
  }
}
