#room01{
    background-image: url(../img/sergio/_Odeio\ Padeiros_\ -\ Nono\ Slide\ -\ 20\ Novembro\ 2023\ -\ J.P.\ Antunes.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0;
}

#odeiopadeiros{
    display: block;
    width: 100%;
}

#videotkb{
    width: 700px;
    height: 900px;
    z-index: 2;
}

#room02enter{
    position:absolute;
    bottom:-20%;
    width:30%;
}

.bracket {
  font-size: 8rem;
  line-height: 1;
  transform: scaleY(7);
  transform-origin: center;
  display: inline-block;
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
  background: none;
  border: none;
  padding: 0;
  margin: 0 1rem;
  text-decoration: none;
  color:black;
}

.bracket.left {
  margin-right: 1rem;
}

.bracket.right {
  margin-left: 1rem;
}

#artwrap {
  position: relative;
  width: 100%;
  height: 100vh; 
}

.art-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  transform: translate(-50%, -50%);
  z-index: 2;
}