/* Basic */
li{
  list-style: none;
}
.dropdown-menu {
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 150px);
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
.banner {
  position: relative;

}
.banner img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.newstitle{
  position: relative;
  top: -250px;
  color: whitesmoke;
  background-color: rgba(000, 000, 000, 0.4);
}
.content{
  padding-bottom: 5%;
}
/* itens movies */
.col a {
  opacity: 1;
  transition: 0.3s;
}

.col a:hover {
  opacity: 0.8;
}

.disabled {
  pointer-events: none;
}

/* buttons */
.btn-item-adm{
  width: 100%;
}

.trailerSpace{
  border: solid 0.1rem #ffffff;
  background-color: #ffffff;
}

/* trailer video */
.trailerVideo img{
  object-fit: cover;
  }

/* time 00:00 */
.timeDuration{
  margin-top: -0.5rem;
}
