@import "less/variables.less";
@media (max-width: 750px) {
	.scene-one .layer1 
	{
		position:absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(/images/characters_get_in_touch_mobile2.png) no-repeat;
		background-position: 60% 800% !important;
		z-index: 5;
	}
	.scene-one .layer2, .scene-one .layer3, .scene-one .layer4  
	{
		display:none;
	}
}