.darthost-banners-wrapper{position:relative;z-index:9999}
.darthost-banner{position:fixed;max-width:95vw;max-height:95vh;pointer-events:auto;background:rgba(255,255,255,.0)}
.darthost-banner img{display:block;width:var(--dh-width, min(40vw, 340px));height:var(--dh-height, auto);object-fit:contain;max-width:95vw;max-height:90vh;border-radius:6px}
.darthost-banner .darthost-banner-close{position:absolute;top:-8px;right:-8px;border:none;border-radius:999px;cursor:pointer;width:28px;height:28px;line-height:26px;font-size:18px;font-weight:bold;background:#000;color:#fff;opacity:.75}
.darthost-banner .darthost-banner-close:hover{opacity:1}
.darthost-banner.pos-top_left{top:10px;left:10px}
.darthost-banner.pos-top_right{top:10px;right:10px}
.darthost-banner.pos-top_center{top:10px;left:50%;transform:translateX(-50%)}
.darthost-banner.pos-bottom_left{bottom:10px;left:10px}
.darthost-banner.pos-bottom_right{bottom:10px;right:10px}
.darthost-banner.pos-bottom_center{bottom:10px;left:50%;transform:translateX(-50%)}
@media (max-width:768px){
  .darthost-banner img{width:min(70vw, 360px);height:auto}
}
