body {
    background: url('/images/shredded/actors-shredded.jpg') 0 0 no-repeat #000 fixed;
    background-size: cover;
    font: 16px/1.4em "Open Sans", Arial, Helvetica, sans-serif;
}

.wrapper {
    width: 70%;
    margin: 2em auto;
    padding: 2em 1.5em;
    background: rgba(0,0,0,0.6);
    color: #fff;
}

img, iframe {
    max-width: 100%;
    height: auto;
}

a:link, a:hover, a:visited {
    color: #447ef6;
}

.aligncenter {
    text-align: center;
}

img.aligncenter,
iframe.aligncenter {
    display: block;
    margin: 0 auto;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 1.7em;
    line-height: 1.5em;
}

h3 {
    font-size: 1.5em;
    line-height: 1.5em;
}

h4 {
    font-size: 1.2em;
}

.optin-wrapper {
    width: 330px;
    margin: 20px auto 10px;
    background: rgba(0,0,0,0.6);
    position: relative;
    border-radius: 12px;
    color: #fff;
    padding-bottom: 20px;
    border: 1px solid #e82a2a;
}

.optin-wrapper .top {
    width: 310px;
    margin: 0 auto;
    height: 590px;
}

.optin-wrapper .top .product-img  {
    display: inline-block;
    width: 100%;     
    position: relative;  
}

.optin-wrapper .top .product-img img {
    display: block;
    margin: 0 auto;
}

#cover {
    height: 351px; 
}

#headline {
    padding-top: 40px;
}

#headline img{
    position: absolute;
    top: -30px;
}

.btns {
    width: 290px;
    margin: 0 auto;
}

.btns img {
    width: 120px;
    margin: 0 11px;
}

#opt-in-box-wrapper {
    display: none;
}

#opt-in-box {
    width: 100%;
    margin: 0 auto;
    background: rgba(0,0,0,0.7);
    border-radius: 12px;
    padding: 10px 5px;
    font-size: 1em;
    line-height: 1.4em;
    color: #fff;
}


#opt-in-box .top  {
    height: 280px;
}

#popup-headline {
    position: relative;
    display: none;    
}

#popup-headline img {
    position: absolute;
    top: -30px;
}

#popup-cover > img {
    width: 220px;
}

#opt-in-box .bottom {
    padding: 0 0.5em;
}

input[type=text], input[type=email] {
    display: block;
    width: 160px;
    margin: 20px auto 0;
    padding: 0.6em 0.4em 0.6em 40px;
    border-radius: 6px;
    border: 2px solid #ffb633;
    font-style: italic;
    font-size: 0.7em;
    color: #000;
}

input[name=name] {
    background: url('/images/bodyweight/name_icon.png') 10px center no-repeat #fff;
}

input[type=email] {
    background: url('/images/bodyweight/email_icon.png') 10px center no-repeat #fff;
}

#footer a {
    color: #999;
}

#opt-in-box input[type=image] {
    display: block;
    margin: 16px auto;
    max-width: 100%;
    height: auto;
}

.video-page .wrapper {
    width: 75%;
    margin: 5% auto;
    background: #fff;
    color: #000;
}

.video-page .wrapper h3 {
    font-size: 2.4em;
    font-weight: bold;
    margin: 0;
    line-height: 1em;
}

.video-page .wrapper h4 {
    font-size: 2.8em;
    font-weight: bold;
    color: red;
    margin: 0.2em 0 0.4em;
    line-height: 1em;
}

@media only screen and (min-width: 768px) {
    body {
        font: 17px/1.3em "Open Sans", Arial, Helvetica, sans-serif;
    }

    h4 {
        font-size: 1.5em;
    }

    .optin-wrapper {
        width: 740px;
        margin-top: 160px;
        position: relative;
    }

    .optin-wrapper .top {
        width: 720px;
        height: 270px;
        position: relative;
    }
    

    .btns {
        width: 510px;
    }
    .btns img {
        width: auto;
    }

    #opt-in-box {
        width: 380px;
        font-size: 1.3em;
    }

    #opt-in-box .top {
        width: 380px;
        margin: 0 auto;
        height: 380px;        
    }

    #cover {
        width: 240px;
        position: relative;
        top: -5em;
    }

    #headline {
        width: 470px;
        vertical-align: top;
        padding-top: 20px;
    }

    #headline img {
        position: static;
    }

    #popup-cover {
        width: 370px;
    }

    #popup-cover img, #popup-headline img {
        display: block;
        margin: 0 auto;
    }

    #popup-headline {
        width: 370px; 
        display: block;      
    }

    #popup-headline img {
        position: static;
    }

    iframe {
        width: 853px;
        height: 480px;
    }

    .video-page .wrapper {
        width: 55%;
    }

    .video-page .wrapper h3 {
        font-size: 45px;
        font-weight: bold;
    }

    .video-page .wrapper h4 {
        font-size: 56px;
    }

}
