
@media screen and (max-width:768px){

}
@media screen and (max-width:576px){
  #content-item .item:hover .caption {
    opacity: 1;
    bottom: 10%;
}
  .containerStar {
    width: 100%;
}
  .containerStar img {
    width: 20%;
    margin: 5px;
}
#libros-objeto .lightbox img {
  height: 250px;
}
#cuartaParte .lightbox img{
  height: 150px;
}
#zodiaco .lightbox img{
  height: 100px;
}
}