.headwrapper{
position:relative;
z-index:50;
}
.bodywrapper{
position:relative;
z-index:30;
}
.containeroverlap{
position:relative;
z-index:32;
}  


font-family: 'Oswald', sans-serif;
font-family: 'Open Sans', sans-serif;

 


/* PANOPRESS RESPONSIVE MEDIA QUERIES (2:1 ASPECT) CSS EXAMPLE */
/* SET "width:" & "height:" VALUES AS DESIRED PER QUERY */
/* "!important" IS REQUIRED AS SHOWN, DO NOT OMIT */
 
@media screen and (min-width: 980px) 
{
    .pp-embed { 
    width:800px !important; 
    height:400px !important; 
    }
}
 
@media screen and (min-width: 769px) and (max-width: 979px) 
{
    .pp-embed { 
    width:600px !important;
    height:300px !important; 
    }
}
 
@media screen and (min-width: 481px) and (max-width: 768px) 
{
    .pp-embed { 
    width:500px !important; 
    height:250px !important; 
    }
}
 
@media screen and (min-width: 321px) and (max-width: 480px) 
{
    .pp-embed { 
    width:400px !important; 
    height:200px !important; 
    }  
}
 
@media screen and (max-width: 320px) 
{
    .pp-embed { 
    width:300px !important;
    height:150px !important; 
    }  
}

