.videoWrapper {

    position: relative;

    padding-bottom: 56.25%; /* 16:9 */

    height: 0;

}



.videoWrapper iframe {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}

.font-0 {
    font-size: 0;
}




#work-header {
    padding: 300px 0 90px;
    background-color: #262224;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

}



#work-header h2 {

    font-family: 'Anton', sans-serif;


    text-transform: uppercase;

    letter-spacing: 2px;

    margin-bottom: 25px;

}



#work-header p {

    font-family: 'Crete Round', serif;

    font-size: 20px;

    font-style: italic;

    margin-bottom: 35px;

}







#work-conteudo {

    margin-top: -60px;

    padding-bottom: 80px;

}





/*//////////////////////////////////////////////////*/

/*			 Desktop Atual acima de 1440px			*/

/*//////////////////////////////////////////////////*/



@media (min-width: 1440px) {}





/*//////////////////////////////////////////////////*/

/*			 Desktop Atual acima de 1200px			*/

/*//////////////////////////////////////////////////*/



@media (min-width: 1200px) and (max-width: 1439px) {





    #work-header {

        padding: 170px 0 90px;

    }


}





/*//////////////////////////////////////////////////*/

/*			            Tablets 					*/

/*//////////////////////////////////////////////////*/



@media (min-width: 992px) and (max-width: 1199px) {



    #work-header {

        padding: 200px 0 90px;

    }



    #work-header h2 {


        margin-bottom: 25px;

    }



}





/*//////////////////////////////////////////////////*/

/*			            Tablets 					*/

/*//////////////////////////////////////////////////*/



@media (min-width: 768px) and (max-width: 991px) {



    #work-header {

        padding: 180px 0 90px;

    }



    #work-header h2 {

        margin-bottom: 20px;

    }



}





/*//////////////////////////////////////////////////*/

/*	       Smartphones e Tablets Menores			*/

/*//////////////////////////////////////////////////*/



@media (min-width: 576px) and (max-width: 767px) {



    #work-header {

        padding: 180px 0 90px;

    }



    #work-header h2 {

        margin-bottom: 10px;

    }



    #work-header p {

        font-size: 16px;

    }



}





/*//////////////////////////////////////////////////*/

/*	       Smartphones e Tablets Menores			*/

/*//////////////////////////////////////////////////*/



@media (max-width: 575px) {



    #work-header {

        padding: 150px 0 70px;

    }



    #work-header h2 {

        margin-bottom: 10px;

    }



    #work-header p {

        font-size: 16px;

        margin-bottom: 30px;

    }



}