section.mh-hero {
    background: url(/assets/metahuman/hero.png) center;
    height: 400px;
    margin-bottom: 50px;
}

section.mh-column {
    margin: 0 auto;
    max-width: 1040px;
}

/* BOOK */

.mh-book {
    margin-bottom: 50px;
}

.mh-book-img {
    background: url(/assets/metahuman/book.png) no-repeat;
    background-size: 100%;
    height: 593px;
    width: 400px;
}

.mh-book-right {
    float: right;
    max-width: 550px;
    padding-right: 20px;
}

.mh-book h1 {
    color: #000;
    font-size: 40px;
    margin-bottom: 10px;
}

.mh-book h3 {
    color: #000;
}

.mh-book p {
    font-size: 19px;
    margin: 20px 0;
}

.mh-book p span {
    color: #000;
    font-weight: bold;
}

/* RETAILER LINKS */

.mh-links {
    text-align: center;
    margin-bottom: 50px;
}

.mh-links img {
    border-radius: 6px;
    width: 200px;
    margin: 10px;
}

.mh-links h3 {
    color: #000;
}

/* WOOBOX */

.woobox-offer {
    margin-bottom: 40px;
}

/* DESCRIPTION */

.mh-description {
    margin-bottom: 70px;
}

.mh-description p {
    font-size: 19px;
    margin: 20px;
    text-align: justify;
}

/* REVIEWS */

.mh-reviews {
    text-align: center;
    margin: 0 auto 20px;
    position: relative;
    min-height: 250px;
    width: 67%;
}

.mh-reviews h1 {
    color: #000;
    font-size: 40px;
    margin-bottom: 40px;
}

.mh-review {
    min-height: 250px;
    font-size: 17px;
}

.mh-reviews .controls {
    position: absolute;
    right: 0; top: 155px;
    width: 100%; height: 0;
}

#metahuman-slider-left-angle, #metahuman-slider-right-angle {
    position: absolute;
    left: -50px; top: 0;
    width: 32px; height: 81px;
    font-size: 24px;
}

#metahuman-slider-right-angle {
    left: auto; right: -50px;
}

#metahuman-slider-left-angle:before, #metahuman-slider-right-angle:before {
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    margin: auto;
    width: 16px; height: 24px;
    text-align: center;
    font-weight: bold;
}

/* REVIEWS */


/* BIOGRAPHY */

.mh-bio-left {
    float: left;
    max-width: 500px;
    padding: 0 20px;
    position: relative;
    top: 100px;
    margin-left: 20px;
}

.mh-bio h1 {
    color: #000;
    font-size: 40px;
    margin-bottom: 10px;
}

.mh-bio p {
    font-size: 20px;
    margin: 20px 0;
}

.mh-bio span {
    color: #000;
    font-weight: bold;
}

.mh-bio i {
    font-size: 12px;
}

.mh-bio-img {
    background: url(/assets/metahuman/chopra.png) no-repeat;
    background-size: 100%;
    height: 620px;
    width: 450px;
    float: right;
    padding: 0 20px;
}

/* RESPONSIVE */

@media (max-width: 991px) {
    section.mh-hero {
        background: url(/assets/metahuman/hero-tablet.png) center;
        background-size: cover;
        height: 270px;
    }

    section.mh-column {
        width: 800px;
    }

    /* BOOK */

    .mh-book-img {
        height: 445px;
        width: 300px;
    }

    .mh-book-right {
        top: 0;
        max-width: 466px;
        padding: 0;
    }

    .mh-book h1 {
        font-size: 32px;
    }

    .mh-book h3 {
        font-size: 21px;
    }

    .mh-book p {
        font-size: 16px;
        margin: 16px 0;
    }

    /* RETAILER LINKS */

    .mh-links h3 {
        font-size: 21px;
    }

    .mh-links img {
        width: 170px;
    }

    /* DESCRIPTION */

    .mh-description h1 {
        font-size: 32px;
    }

    .mh-description p {
        font-size: 17px;
    }

    /* REVIEWS */

    .mh-reviews {
        min-height: 280px;
    }

    .mh-reviews h1 {
        font-size: 32px;
    }

    .mh-review {
        min-height: 280px;
        font-size: 16px;
    }

    /* BIOGRAPHY */

    .mh-bio-left {
        top: 80px;
        max-width: 400px;
    }

    .mh-bio h1 {
        font-size: 32px;
    }

    .mh-bio h3 {
        font-size: 21px;
    }

    .mh-bio p {
        font-size: 17px;
        margin: 16px 0;
    }

    .mh-bio-img {
        height: 524px;
        width: 380px;
    }
}

@media (max-width: 850px) {
    section.mh-column {
        width: 100%;
    }

    section.mh-hero {
        margin-bottom: 30px;
    }

    /* BOOK */

    .mh-book-right {
        float: none;
        padding: 0 20px;
        margin: 0 auto 40px;
    }

    .mh-book-img {
        margin: 0 auto;
        height: 390px;
        width: 260px;
    }

    .mh-book-img {
        margin: 0 auto;
    }

    /* BIOGRAPHY */

    .mh-bio-left {
        float: none;
        margin: 0 auto 30px;
        top: 0;
    }

    .mh-bio-img {
        float: none;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    section.mh-hero {
        background: url(/assets/metahuman/hero-mobile.png) center;
        background-size: cover;
        height: 230px;
    }

    .mh-book {
        margin-bottom: 40px ;
    }

    .mh-links {
        margin-bottom: 40px;
    }

    .mh-bio-img {
        height: 462px;
        width: 335px;
    }

    .mh-reviews .controls {
       display: none;
    }
}
