.autograph img {
  max-height: 50px;
}

.product-images {
  text-align: center;
}

.mockup-img {
  position: relative;
}

.mockup-img > img {
  position: absolute;
  width: 100%;
  top: 57px;
}

.book-details {
  font-weight: 600 !important;
}

.hero-area {
  margin-bottom: 100px;
}

.about-author {
  background-color: #eff2f5;
}



.hero-image img {
  padding-top: 200px;
  max-width: 400px 
}

.hero-image-text {
  font-weight: 800;
  color: #3a3a3a;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact {
  padding-top:30px;
}

.price {
  font-size: 1.5em;
  font-weight: 700;
  padding: 0 20px 0 0;
}

.footer-logo img {
  max-width: 100%;
  height: auto;
}

.video-title {
  margin-bottom: 20px;
  margin-top: -20px;
}

.slide-text p {
  color: #3c3c3c !important;
}

.col-md-push-6 {
left: 50%;
}
 
.col-md-pull-6 {
right: 50%;
}

.hero-image {
  text-align: center
}

.small-author-image {
    display: none
}  