/* 
    Document   : reel
    Created on : 13/07/2013, 18:27:17
    Author     : gabrielstafoca
    Description:
        style para a "página" de "reel"
*/

h3.reel{
    margin-top: 0px !important;
    margin-bottom: 10px;
    height: auto !important;
}

p.reel{
    margin-bottom: 5px;
}

.video_reel{
    margin: 0% 20%;
    height: 68%;
}

section.reel{
    margin-top: 10%;
}

/* manter video com thumb 100% */
.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    /*padding-top: 30px;  IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video_1{
    margin-top: -30%;
    height: 68%;
    margin: 0 20%;
}