html *{
  font-family: 'Source Sans Pro', sans-serif;
}

body{
  background-color:#1e1919;
  color:#fff;
}

.box{
  margin-top: 10vh;
  margin-bottom: 2vh;
}

.photo{
  width: 100%;
  height: 70vh;
  object-fit: cover;
}

hr{
  margin-top: 5vh;
}

#logos{
  width: 4%;
  height: auto;
  display: inline-block;
  float:left;
}

@media screen and (max-width: 768px) {
  #logos{
    width: 8%;
    height: auto;
    display: inline-block;
    float:left;
    margin-top: 10px;
    margin-left: 10px;
  }

    .photo{
    width: 100%;
    height: 20vh;
    object-fit: cover;
    margin-top: 2em;
  }

  .registrate{
    font-size: 1em;
  }

    h2 .registrate{
    font-size: 1.5em;
    font-weight: bolder;
  }
}

  h4 .title{
  font-size: 10px;
  font-weight: 900;
  }
}

h4 .title{
  font-size: 5em;
  font-weight: 900;
}
.facebook{
  float:right;
}

.facebook .fa-facebook-square{
  color:#fff;
  font-size: 30px;
}

.description h4{
  font-size: 5em;
  font-weight: 900;
}

p.summary{
  font-size: 1.3em;
  font-weight: 200;
}

.director span{
  font-weight: 1.2em;
  font-weight: bolder;
}

.actor span{
  font-weight: 1.2em;
  font-weight: bolder;
}

.trailer{
  margin-right: 4em;
}

.paginacion{
  margin-left: 40em;
}

#nombre{
  margin-left: 6px;
  font-family: 'Righteous', cursive;
}

.esconder{
  display: none; 
}

div .modal-content h4{
  color: black; 
  padding-left: 10px;
}