
body{
    background-image: url('../img/mobile/background_mobile.jpg');
        color: #fff; 
        font-family: 'Lato', sans-serif; 
        font-size: 36px;
    height: 100%;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size: cover; 
    background-repeat: no-repeat;
    background-attachment: fixed;
}




@media (min-width: 992px ) {
    .synopsys-item{
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
  
@media screen and (min-width: 1081px ) {
    body{
        background-image: url('../img/background.jpg');
        width: 100%;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        -o-background-size:cover;
        background-size: cover; 
        background-repeat: no-repeat;
        background-attachment: fixed;
	
	color: #fff; 
        font-family: 'Lato', sans-serif; 
        font-size: 18px;
    }
}






