.image-preview {
max-width: 100%;
height: auto;
display: none; margin-top: 10px;
border: 1px solid #ccc;
padding: 5px;
border-radius: 5px;
} .show-movie {
position: relative;
}
.banner-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5); display: flex;
align-items: center;
justify-content: center;
z-index: 1000;
}
.banner-content {
position: relative;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
text-align: center;
z-index: 1001;
} .close-banner {
position: absolute;
top: -10px;
right: -10px;
background: red;
color: white;
border: none;
border-radius: 50%;
width: 30px;
height: 30px;
font-size: 20px;
font-weight: bold;
cursor: pointer;
z-index: 1002;
}
.close-banner:hover {
background: darkred;
} .ads-middle-c-left, .ads-middle-c-right {
padding: 10px 0px;
} .ads-fix-bottom {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 1001;
padding: 10px 0;
display: flex;
flex-direction: column; align-items: center;
} .ads-grid-container {
display: grid;
grid-template-columns: repeat(2, 1fr); gap: 10px; width: 100%;
max-width: 1200px;
padding: 0 10px;
justify-items: center;
align-items: center;
}
.ads-grid-container.single-banner {
grid-template-columns: 1fr; max-width: 50%; margin: 0 auto; }
.ads-grid-container .widget {
width: 100%;
text-align: center;
}
.ads-grid-container img {
max-width: 100%;
height: auto;
border-radius: 5px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
} .ads-fix-bottom .close-ads {
margin-top: 10px;
background: red;
color: white;
border: none;
border-radius: 50%;
width: 30px;
height: 30px;
font-size: 20px;
font-weight: bold;
cursor: pointer;
}
.ads-fix-bottom .close-ads:hover {
background: darkred;
} .ads-fix-left {
position: fixed;
top: 10%; left: 0;
width: auto;
max-width: 205px;
z-index: 1000;
border-radius: 0 8px 8px 0;
display: flex;
flex-direction: column; align-items: center;
gap: 10px;
}
.ads-fix-left .widget {
width: 100%;
text-align: center;
}
.ads-fix-left img {
max-width: 100%;
height: auto;
border-radius: 5px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
} .ads-fix-left .close-ads {
position: absolute;
top: -10px;
right: -10px;
background: red;
color: white;
border: none;
border-radius: 50%;
width: 30px;
height: 30px;
font-size: 20px;
font-weight: bold;
cursor: pointer;
z-index: 1001;
}
.ads-fix-left .close-ads:hover {
background: darkred;
} .ads-fix-right {
position: fixed;
top: 10%; right: 0;
width: auto;
max-width: 205px;
z-index: 1000;
border-radius: 8px 0 0 8px;
display: flex;
flex-direction: column; align-items: center;
gap: 10px;
}
.ads-fix-right .widget {
width: 100%;
text-align: center;
}
.ads-fix-right img {
max-width: 100%;
height: auto;
border-radius: 5px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
} .ads-fix-right .close-ads {
position: absolute;
top: -10px;
left: -10px;
background: red;
color: white;
border: none;
border-radius: 50%;
width: 30px;
height: 30px;
font-size: 20px;
font-weight: bold;
cursor: pointer;
z-index: 1001;
}
.ads-fix-right .close-ads:hover {
background: darkred;
}