/*portrait*/
@media screen and (max-width: 480px) and (max-aspect-ratio: 13/9) { 
	.background-wrap {
    	top: -293px !important;
    	left: -626px !important;	
	}
}

/*landscape*/
@media screen and (max-width: 700px) and (orientation: landscape) { 
	.background-wrap {
    	top: -293px !important;
    	left: -626px !important;	
	}
}
