Home rss entertainment hindi मनोरंजन समाचार Bigg Boss 20 Video : ये है बिग बॉस का सबसे विवादित...

Bigg Boss 20 Video : ये है बिग बॉस का सबसे विवादित एरिया, वीडियो में देखें घर की पहली झलक

4
0

Source :- LIVE HINDUSTAN

https://www.livehindustan.com/lh-img/smart/img/2026/09/03/1200x900/bigb_1788444260763_ac8b520b-9293-4f90-b189-98aa89367f11_1788444272415_5428f114-0ca6-4097-b3cc-9972c7a8a466_73da297e-879b-49ca-b13a-84b8e6ec5147_24d261ec-3052-4263-ab4a-c19651f03516.jpg
.ivp-iconBtn {
display: flex;
align-items: center;
justify-content: center;
padding: 0;
border: none;
background: transparent;
color: #fff;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
transition:
transform 0.15s ease,
opacity 0.15s ease;
}
.ivp-iconBtn:hover,
.ivp-iconBtn:focus-visible {
opacity: 1;
transform: scale(1.12);
outline: 2px solid rgba(255, 255, 255, 0.55);
outline-offset: 2px;
border-radius: 50%;
}
.ivp-iconBtn:active {
transform: scale(0.92);
}
.ivp-barBtn {
width: 28px;
height: 28px;
opacity: 0.9;
border-radius: 50%;
background: rgba(0, 0, 0, 0.3);
padding: 5px;
}
.ivp-barBtn:hover {
background: rgba(0, 0, 0, 0.6);
}
.ivp-playerOuter {
position: relative;
width: 100%;
margin: 14px 0;
aspect-ratio: 16 / 9;
}
.ivp-sentinel {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 0;
pointer-events: none;
visibility: hidden;
}
.ivp-placeholder {
display: none;
width: 100%;
aspect-ratio: 16 / 9;
background: #000;
border-radius: 6px;
}
.ivp-inlineWrap {
position: relative;
width: 100%;
aspect-ratio: 16/9;
background: #000;
border-radius: 6px;
overflow: hidden;
will-change: transform;
}
.ivp-inlineWrap:hover .ivp-inlineBar,
.ivp-inlineWrap:focus-within .ivp-inlineBar {
opacity: 1;
transform: translateY(0);
}
.ivp-inlineWrap:hover .ivp-inlineOverlay,
.ivp-inlineWrap:focus-within .ivp-inlineOverlay {
opacity: 1;
}
.ivp-inlineVideo {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
}
.ivp-inlineOverlay {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
pointer-events: none;
opacity: 0;
transition: opacity 0.2s ease;
}
.ivp-inlineOverlayVisible {
opacity: 1;
pointer-events: auto;
cursor: pointer;
}
.ivp-centerBtn {
display: flex;
align-items: center;
justify-content: center;
width: 56px;
height: 56px;
border-radius: 50%;
background: rgba(0, 0, 0, 0.55);
color: #fff;
padding: 12px;
pointer-events: auto;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
transition:
background 0.15s ease,
transform 0.15s ease;
}
.ivp-centerBtn:hover {
background: rgba(0, 0, 0, 0.75);
transform: scale(1.08);
}
.ivp-inlineBar {
position: absolute;
bottom: 0;
left: 0;
right: 0;
display: flex;
flex-direction: column;
padding: 10px 10px 6px;
background: linear-gradient(
to top,
rgba(0, 0, 0, 0.78) 0%,
transparent 100%
);
z-index: 2;
opacity: 0;
transform: translateY(4px);
transition:
opacity 0.2s ease,
transform 0.2s ease;
}
.ivp-barButtons {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 2px;
}
.ivp-barLeft,
.ivp-barRight {
display: flex;
align-items: center;
gap: 6px;
}
@media (max-width: 767px) {
.ivp-inlineWrapStuck {
position: fixed !important;
top: 46px;
left: 0;
right: 0;
width: 100% !important;
height: auto;
aspect-ratio: 16 / 9;
border-radius: 0;
margin: 0;
z-index: 9990;
box-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
animation: none;
}
.ivp-inlineWrapStuck .ivp-inlineBar {
opacity: 1;
transform: translateY(0);
}
.ivp-inlineWrapStuck .ivp-stickyHeader {
position: absolute;
top: 0;
left: 0;
right: 0;
flex-direction: row;
align-items: center;
gap: 8px;
padding: 6px 10px;
background: linear-gradient(
to bottom,
rgba(0, 0, 0, 0.8) 0%,
transparent 100%
);
z-index: 3;
min-height: 40px;
}
/* Navbar shrinks when scrolling up – use smaller offset */
.ivp-inlineWrapStuck.ivp-scrollUp {
top: 88px;
}
}
.ivp-stickyWrap {
position: fixed;
bottom: 80px;
right: 16px;
width: 300px;
background: #1a1a1a;
border-radius: 10px;
overflow: hidden;
transform: translateZ(0);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.55);
z-index: 9999;
animation: ivp-slideIn 0.25s ease-out both;
display: flex;
flex-direction: column;
}
@media (max-width: 767px) {
.ivp-stickyWrap {
top: var(–navbar-height, 56px);
bottom: auto;
left: 0;
right: 0;
width: 100%;
border-radius: 0;
animation: none;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}
}
@keyframes ivp-slideIn {
from {
opacity: 0;
transform: translateY(20px) translateZ(0);
}
to {
opacity: 1;
transform: translateY(0) translateZ(0);
}
}
.ivp-stickyHeader {
display: flex;
flex-direction: column;
gap: 2px;
padding: 9px 10px 7px;
background: #111;
flex-shrink: 0;
}
@media (max-width: 767px) {
.ivp-stickyHeader {
flex-direction: row;
align-items: center;
gap: 8px;
padding: 6px 10px;
}
}
.ivp-nowPlayingGroup {
display: flex;
align-items: center;
gap: 5px;
}
.ivp-nowPlayingDot {
display: inline-block;
width: 7px;
height: 7px;
border-radius: 50%;
background: #e53935;
animation: ivp-pulse 1.4s ease-in-out infinite;
flex-shrink: 0;
}
@keyframes ivp-pulse {
0%,
100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.3);
opacity: 0.7;
}
}
.ivp-nowPlayingLabel {
font-size: 10px;
font-weight: 700;
letter-spacing: 0.8px;
text-transform: uppercase;
color: #e53935;
line-height: 1;
}
.ivp-stickyTitle {
margin: 0;
font-size: 12px;
font-weight: 500;
color: #eee;
line-height: 1.35;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding-right: 28px;
}
@media (max-width: 767px) {
.ivp-stickyTitle {
flex: 1;
padding-right: 0;
}
}
.ivp-closeBtn {
position: absolute;
top: 8px;
right: 8px;
width: 24px;
height: 24px;
padding: 3px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.12);
flex-shrink: 0;
}
.ivp-closeBtn:hover {
background: rgba(255, 255, 255, 0.25);
}
@media (max-width: 767px) {
.ivp-closeBtn {
position: static;
}
}
.ivp-stickyVideoArea {
position: relative;
width: 100%;
aspect-ratio: 16/9;
background: #000;
flex-shrink: 0;
}
.ivp-stickyVideoArea:hover .ivp-stickyOverlay,
.ivp-stickyVideoArea:focus-within .ivp-stickyOverlay {
opacity: 1;
}
.ivp-stickyVideo {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
}
.ivp-stickyOverlay {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
pointer-events: none;
opacity: 0;
transition: opacity 0.2s ease;
cursor: pointer;
}
.ivp-stickyOverlayVisible {
opacity: 1;
pointer-events: auto;
}
.ivp-centerBtnSm {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
background: rgba(0, 0, 0, 0.55);
color: #fff;
padding: 9px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
transition:
background 0.15s ease,
transform 0.15s ease;
}
.ivp-centerBtnSm:hover {
background: rgba(0, 0, 0, 0.78);
transform: scale(1.08);
}
.ivp-stickyBar {
display: flex;
flex-direction: column;
padding: 6px 10px 8px;
background: #111;
flex-shrink: 0;
}
.ivp-progressWrap {
width: 100%;
height: 16px;
display: flex;
align-items: center;
cursor: pointer;
padding: 0;
}
.ivp-progressRange {
-webkit-appearance: none;
appearance: none;
width: 100%;
height: 3px;
border-radius: 3px;
outline: none;
cursor: pointer;
transition: height 0.15s ease;
}
.ivp-progressRange:hover {
height: 5px;
}
.ivp-progressRange::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 13px;
height: 13px;
border-radius: 50%;
background: #fff;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
cursor: pointer;
opacity: 0;
transition:
opacity 0.15s ease,
transform 0.15s ease;
}
.ivp-progressRange:hover::-webkit-slider-thumb,
.ivp-progressRange:focus::-webkit-slider-thumb {
opacity: 1;
transform: scale(1.15);
}
.ivp-progressRange::-moz-range-thumb {
width: 13px;
height: 13px;
border-radius: 50%;
background: #fff;
border: none;
cursor: pointer;
opacity: 0;
transition: opacity 0.15s ease;
}
.ivp-progressRange:hover::-moz-range-thumb,
.ivp-progressRange:focus::-moz-range-thumb {
opacity: 1;
}
.ivp-stickyProgressBar .ivp-progressRange::-webkit-slider-thumb {
opacity: 1;
}
.ivp-stickyProgressBar .ivp-progressRange::-moz-range-thumb {
opacity: 1;
}

/* ── Fullscreen: show the full frame (no cropping) ─────────────────────
* :fullscreen targets the element passed to requestFullscreen().
* We pass the wrapper div, so the video inside must fill it with contain.
* Vendor prefixes cover Safari (-webkit) and older Firefox (-moz).
* ─────────────────────────────────────────────────────────────────────── */

/* Inline wrapper goes fullscreen */
.ivp-inlineWrap:-webkit-full-screen { background: #000; }
.ivp-inlineWrap:-moz-full-screen { background: #000; }
.ivp-inlineWrap:fullscreen { background: #000; }
.ivp-inlineWrap:-webkit-full-screen .ivp-inlineVideo { object-fit: contain; }
.ivp-inlineWrap:-moz-full-screen .ivp-inlineVideo { object-fit: contain; }
.ivp-inlineWrap:fullscreen .ivp-inlineVideo { object-fit: contain; }

/* Fallback: if the video element itself is the fullscreen target */
.ivp-inlineVideo:-webkit-full-screen { object-fit: contain; background: #000; }
.ivp-inlineVideo:-moz-full-screen { object-fit: contain; background: #000; }
.ivp-inlineVideo:fullscreen { object-fit: contain; background: #000; }

/* Sticky video fullscreen */
.ivp-stickyVideo:-webkit-full-screen { object-fit: contain; background: #000; }
.ivp-stickyVideo:-moz-full-screen { object-fit: contain; background: #000; }
.ivp-stickyVideo:fullscreen { object-fit: contain; background: #000; }

/* Sticky wrap as fullscreen container (desktop sticky → fullscreen) */
.ivp-stickyWrap:-webkit-full-screen,
.ivp-stickyWrap:-moz-full-screen,
.ivp-stickyWrap:fullscreen {
display: flex;
flex-direction: column;
background: #000;
width: 100% !important;
max-width: 100% !important;
}
.ivp-stickyWrap:-webkit-full-screen .ivp-stickyVideoArea,
.ivp-stickyWrap:-moz-full-screen .ivp-stickyVideoArea,
.ivp-stickyWrap:fullscreen .ivp-stickyVideoArea { flex: 1; aspect-ratio: unset; }
.ivp-stickyWrap:-webkit-full-screen .ivp-stickyVideo,
.ivp-stickyWrap:-moz-full-screen .ivp-stickyVideo,
.ivp-stickyWrap:fullscreen .ivp-stickyVideo { object-fit: contain; }

/* Fullscreen close button – top-right corner X */
.ivp-fsCloseBtn {
position: absolute;
top: 12px;
right: 12px;
width: 36px;
height: 36px;
padding: 7px;
border-radius: 50%;
background: rgba(0, 0, 0, 0.55);
z-index: 100;
}
.ivp-fsCloseBtn:hover {
background: rgba(0, 0, 0, 0.8);
opacity: 1;
transform: scale(1.08);
}

बिग बॉस 20 शुरू होने वाला है और शो के शुरू होने से पहले घर की अंदर की झलक सामने आ गई है। आप भी शो शुरू होने से पहले देखें कैसा है इस बार बिग बॉस का घर।

हिंदुस्तान चैनल को YouTube पर सब्सक्राइब करेंअभी पढ़ें

SOURCE : LIVE HINDUSTAN