
@media only screen and (max-width: 830px) {
 	.responsive-background{
 	position: fixed;
 	left: 0;
 	width: auto !important;
 	height: 100% !important;
 	}
}

 @media only screen and (min-width: 831px) {
  	.responsive-background{
  		position: fixed; 
  		right: 0; 
  		bottom: 0; 
  		width: 100%; 
  		min-height: auto;
  	}
}