
#tortellino-unesco-anchor{
  position:absolute;
  left:0;
  top:0;
  width:0;
  height:0;
}

#tortellino-unesco-btn{
  position:absolute;
  z-index:9999;
  width:150px;
  cursor:pointer;
  text-align:center;
}

#tortellino-unesco-btn img{
  width:150px;
  height:auto;
  aspect-ratio:1/1;
  object-fit:contain;
  display:block;
}

#tortellino-unesco-popup{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.6);
  z-index:100000;
}
#tortellino-unesco-popup .inner{
  max-width:400px;
  margin:10vh auto;
  background:#000;
  padding:10px;
  position:relative;
}
#tortellino-unesco-popup video{width:100%}
#tortellino-unesco-popup .close{
  position:absolute;
  top:-30px;
  right:0;
  font-size:30px;
  color:#fff;
  cursor:pointer;
}
