body {
  background-color: #1e1f23;
  color: white;
  font-family: "Roboto Mono";
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background: #db1e00;
  border-radius: 30px;
}
::-webkit-scrollbar-thumb:hover {
  background: #db1e00;
}
::-webkit-scrollbar-track {
  background: #363638;
  border-radius: 0px;
  box-shadow: inset 0px 0px 0px 0px #f0f0f0;
}
li {
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  left: 0;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
.coluna-thumbs {
  height: 30vh;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 5px;
}
button:focus {
  border: solid 2px #db1e00;
  border-radius: 5%;
}
button img {
  border-radius: 5%;
}
.container-fluid {
  height: 100%;
  width: 100vw;
  padding: 0;
}
.coluna-imagem figure {
  width: 100%;
  height: auto;
}
#texto {
  width: 100%;
  overflow-wrap: break-word;
}

.coluna-imagem figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  ul {
    padding: 15px 0;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
  }
  .coluna-imagem {
    /* border: solid 1px white; */
    height: 100%;
  }

  .coluna-imagem figure {
    width: auto;
    height: 100%;
    margin: 0;
  }

  .coluna-imagem figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
  }
  figure.metade {
    height: 50%;
    padding: 15px;
  }
  .coluna-thumbs {
    /* border: solid 1px white; */
    height: 100%;
  }

  .coluna-texto {
    /* border: solid 1px white; */
  }

  .container-fluid {
    height: 100vh;
    width: 100%;
  }
}

.row {
  height: 100%;
  width: 100%;
  margin: 0;
}

.atual img {
  border: solid 2px #db1e00;
}
