
#book-wrapper{
  background-image: linear-gradient(to bottom, #000000, #191919, #2b2b2b, #3f3f3f, #535353);
  padding-top:100px;
  color:white;
  display: flex;
  justify-content: center;
  font-family: "Maven Pro", sans-serif;
  flex-grow: 1;
  padding-top:150px;
}
.book-parent{
  width: 75%;
  padding:20px 40px 40px 40px;
  background:#FFFDFF;
  color:black;
  border-radius: 10px;
  margin-bottom: 50px;
}
.body-hold{

}
.book-video-holder{
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.book-video{
  width:90%;
  position: relative;
  overflow: hidden;
  padding-top:56.25%;
}
.book-video-player{
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  width: 100%;
  height: 100%;
}
hr.rounded {
  border-top: 8px solid #000;
  border-radius: 5px;
}
.book-body{
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  line-height: 2.5em;
}

.book-title{
  padding-bottom: 15px;
  font-weight: bold;
}

.book-desc{
  font-size: 1.3em;
  padding: 30px;
}
.book-desc2{
  font-size: 1.3em;
  padding: 20px;
}

.book-tophold{
  display: flex;
  padding-bottom: 30px;
}
.book-image{
  align-self: center;
}
.book-offers{
  font-size:1.3em;
  align-self: center;
  line-height: 2em;
  font-weight:bold;
  display:none;
}
.book-bothold{

}

.book-endorse{
  font-size: 1.1em;
}

.book-sign{
  font-weight: bolder;
}

@media only screen and (max-width: 1000px){
  .book-parent{
    flex-flow: column;
    align-items: center;
    width:95%;
    padding: 20px 10px 20px 10px;
  }
  .book-tophold{
    flex-flow: column-reverse nowrap;
    width: 95%;
  }
  #book-wrapper{
    padding-top:150px;
  }
  .book-title{
    text-align: center;
  }
}
