Double Ismart : ‘డబుల్ ఇస్మార్ట్’ ట్రైలర్ లాంచ్ ఈవెంట్ ఫొటోలు..
రామ్, కావ్య థాపర్ జంటగా పూరి జగన్నాధ్ దర్శకత్వంలో తెరకెక్కుతున్న డబల్ ఇస్మార్ట్ ట్రైలర్ లాంచ్ ఈవెంట్ తాజాగా వైజాగ్ లో జరిగింది.
- Saketh U
- Updated on- August 5, 2024 / 04:56 PM IST
.fixed-position {
position: fixed;
}
.position-sticky {
position: sticky;
}
.align-center {
align-items: center;
}
div#ab-sticky-container:not(:has([aria-label="Advertisement"])) {
opacity: 0;
height: 0;
}
#ab-sticky {
height: 1px;
width: 1px;
}
div#ab-sticky-container:has([aria-label="Advertisement"]) {
display: block;
width: 320px;
height: 272px;
visibility: hidden;
z-index: 7434457394857;
inset: var(--ab-top, auto) var(--ab-right, 0px) var(--ab-bottom, 0px) var(--ab-left, auto);
clear: none;
float: none;
margin: 0px;
max-height: none;
max-width: none;
opacity: 1;
overflow: visible;
padding: 0px;
position: fixed;
scale: var(--ab-scale, 1);
transform-origin: var(--ab-transform, bottom right);
}
div#ab_interstitial_container:not(:has([aria-label="Advertisement"])) {
opacity: 0;
height: 0;
}
div#ab_interstitial_container:has([aria-label="Advertisement"]) {
display: block;
width: 100%;
height: 100%;
visibility: hidden;
backdrop-filter: blur(5px);
background: rgba(52, 58, 65, 0.6);
z-index: 7434457394857;
inset: 0px auto auto 0px;
clear: none;
float: none;
margin: 0px;
max-height: none;
max-width: none;
opacity: 1;
overflow: visible;
padding: 0px;
position: fixed;
}