.bannerArea {
    background-size: cover;
    background-position: center;
    background-image: url(../images/header/page-header-bg.png);
}

.contact {
    background-size: cover;
    background-position: center;
    background-image: url(../images/footer/page-footer-bg.jpg);
}

.bannerArea .innerImg {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
}

.bannerArea .innerImg .image {
    background-color: transparent;
    background-size: auto 80%;
    background-position: bottom right;
}


@media(max-width: 991px){
	.bannerArea {
		background-size: cover;
		background-position: center;
		background-image: url(../images/header/page-header-bg-m.png);
	}
	.bannerArea .fp-tableCell{
		vertical-align: middle;
	}
	
	.contact {
		background-size: cover;
		background-position: center;
		background-image: url(../images/footer/page-footer-bg-m.jpg);
	}
}