
html,body{
margin:0;
padding:0;
width:100%;
height:100%;
overflow:hidden;
background:#000;
}

.stage{
position:fixed;
inset:0;
display:grid;
place-items:center;
background:#000;
overflow:hidden;
}

/* Slightly larger zoom */
#introVideo{
display:block;
width:auto;
height:auto;
max-width:99vw;
max-height:98vh;
object-fit:contain;
background:#000;
}

.beer-button{
position:fixed;
top:14px;
left:14px;
z-index:99999;
border:none;
border-radius:999px;
padding:12px 18px;
font-weight:900;
font-size:16px;
cursor:pointer;
background:linear-gradient(180deg,#ffe38a,#ffb22d,#e27600);
color:#1f1200;
box-shadow:0 8px 24px rgba(0,0,0,.55);
}

@media(max-width:700px){
#introVideo{
max-width:99vw;
max-height:96vh;
}
}
