﻿div.fixed-background{
    min-height:300px;
    background-position:center center;
    background-size:cover;
    background-attachment:fixed;
    overflow:hidden;
    padding:50px 0px;
    text-align:center;    
}

div.fixed-background h1{  
    font-weight:300;
    font-size:48px;
    line-height:48px;
    letter-spacing:-2px;
    text-align:center;
}

div.fixed-background div.img{width:65%}
    
div.fixed-background div.text{
    width:35%;
    padding:0px 25px
}

/* BREAKPOINT */
div.fixed-background.lt768 div.img{display:none}

div.fixed-background.lt768 div.text{
    width:100%;
    padding:0px;
}