@charset "UTF-8";
/* CSS Document */


#background {
  width:100%;
  height:100%;
  position:absolute;
  bottom:50px;
  right:-80px;

}


#background img 
{
position:absolute;
bottom:0;
right:0%;
height:130%;;

}


@media only screen and (max-width: 1475px) {  
#background {
  right:-350px;
}

@media only screen and (max-height: 720px) {  
#background {
  right:0px;
}
}



}


@media only screen and (max-width: 1240px) {  
#background {
  right:-550px;
}

@media only screen and (max-height: 620px) {  
#background {
  right:-180px;
}
}

}





@media only screen and (max-width: 1060px) {  
#background img 
{
height:115%;
}


@media only screen and (max-height: 720px) {  
#background {
  right:-80px;
}
}



}



@media only screen and (max-width: 900px) {  
#background {
  right:-500px;
}
#background img 
{
height:105%;
}



@media only screen and (max-height: 620px) {  
#background {
  right:-90px;
}
}



}





@media only screen and (max-width: 800px) {  
/*Small Screen*/
#background {
  right:-480px;

}


#background img 
{
height:96%;

}

@media only screen and (max-height: 530px) {  
#background {
  right:-190px;
}
}




}






@media only screen and (max-width: 700px) {  
/*Small Screen*/
#background {
  right:-500px;

}


#background img 
{
height:76%;

}



@media only screen and (min-height: 500px) and (max-height: 820px){


#background {
  right:-320px;
  
  }
  
#background img 
{
height:85%;

}
}




@media only screen and (max-height: 499px) {  
#background {
  right:-160px;
}

#background img 
{
height:85%;

}
}


}



@media only screen and (max-width: 850px) and (min-width: 650px) and (max-height:650px){  
#background {
  right:-160px;
}

#background img 
{
height:95%;

}


}





@media only screen and (max-height: 330px) {  

#background img 
{
display:none;
}
}



@media only screen and (max-width: 1080px) and (min-width: 800px) and (max-height: 810px) {  
#background {
  right:-270px;
}
#background img 
{
}
}



@media only screen and (max-width: 1080px) and (min-width: 800px) and (max-height: 490px) {  
#background {
  right:-30px;
}
#background img 
{
}
}



