.ir-viewer{
	width: 90dvw;
    height: calc(100dvh - 160px);
    min-width: 90dvw;
    min-height: calc(100dvh - 160px);
    position: relative;
    overflow: hidden;
    left: 50%;
    margin-left: -45vw !important;
    margin-top: 5vh;
	margin-top:80px;
	margin-bottom:80px;
    padding: 0;

}

.ir-viewer {
    position: relative;
}

.ir-viewer::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
    background: radial-gradient(ellipse 80% 90% at 60% 45%, transparent 0%, rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0.75) 100%);
    opacity: 1;
    z-index: 10;
}

.ir-viewer.lamp-on::after {
    opacity: 0;
}