.contact{
	.top{
		background: url($img_dir + 'contact-bg.jpg') no-repeat center top;
		background-size: cover;
		@include br3{
			background-position: 70% top;
		}
		header{
			background: transparent;
			padding-bottom: 35rem;
			@include br1{
				padding-bottom: 25rem;
			}
			@include br3{
				padding-bottom: 15rem;
			}
		}
	}
	.fly{
		@extend %fly;
	}
	.info{
		background: url($img_dir + 'contact-info-bg.jpg') no-repeat center 100.1%;
		background-size: 100% auto;
		padding-bottom: 40%;
		.info-content{
			color: #000;
		}
	}
}