body.Full-BG
{
height:100%;
width:100%;
display:inline-block;
float:none;
background:#fff;
text-align:center;
}
div.Content
{
height:100%;
width:100%;
max-width:1920px;
max-height:1080px;
margin:0 auto;
background:url(../images/Website-background-fullscreen.png) no-repeat;
background-size:cover;
}
div.Logo-wrap
{
height:306px;
width:792px;
display:inline-block;
background:url(../images/Crozier-enterprises-logo.png) no-repeat;
margin-top:220px;
padding-top:41px;
}
div.Partner-wrap-TWSI
{
height:83px;
width:287px;
display:inline-block;
background:url(../images/TWSI-logo.png);
}
div.Partner-wrap-Landmark
{
height:83px;
width:309px;
display:inline-block;
background:url(../images/Landmark-logo.png);
}
div.Partner-wrap-SSI
{
height:83px;
width:196px;
display:inline-block;
background:url(../images/SSI-logo.png);
}
a
{
margin:0;
padding:0;
text-decoration:none;
}
/********** max width 1024px **********/
@media(max-width:1024px){
div.Logo-wrap
{
height:306px;
width:792px;
display:inline-block;
background:url(../images/Crozier-enterprises-logo.png) no-repeat;
margin-top:360px;
padding-top:41px;
}
div.Content
{
height:100%;
width:1024px;
margin:0 auto;
background:url(../images/Background-pattern.png) repeat-y;
background-position:-150px 0;
}
}
/********** max width 1400px **********/
@media(max-width:1400px){
div.Logo-wrap {
    height: 306px;
    width: 792px;
    display: inline-block;
    background: url(../images/Crozier-enterprises-logo.png) no-repeat;
    margin-top: 120px;
    padding-top: 41px;
}

}