#picasso {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  object-fit: cover;
}

body{
  background-image: url("../images/mundo_whiskyto/estanteria.gif");
  background-size: cover;
  background-attachment: fixed;
}

#libro1 {
  position: absolute;
  border: none;
  background: none;
  top: 50.5%;
  left: 44.8%;
  translate: -50% -50%;
}

#libro1:hover{
  -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
 -webkit-box-shadow: 0px 0px 10px 0px rgb(255, 255, 255);
-moz-box-shadow:    0px 0px 10px 0px rgb(255, 255, 255);
box-shadow:         0px 0px 10px 0px rgb(255, 255, 255);
}


.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

/* Style the button used to pause/play the video */
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}