قناتي
.ad-banner {
text-align: center;
margin: 10px 0;
}
.ad-banner img {
max-width: 100%;
border-radius: 8px;
}.popup {
position: fixed;
top:0;
left:0;
width:100%;
height:100%;
background: rgba(0,0,0,0.8);
display:none;
justify-content:center;
align-items:center;
}
.popup-content {
background:#fff;
padding:10px;
border-radius:10px;
text-align:center;
}
.popup-content img {
max-width:100%;
}