#myPara {
	width: 100%;
	position: relative;
}

#para {
	position: absolute;
	height: 500px;
	z-index: 99999;
	overflow: hidden;
	visibility: visible;
	top: 2px;
	width: 100%;
	margin-top: 5px;
}

div.parallax-container {
	position: relative;
	width: 100%;
}
div.parallax-container div.parallax {
	position: absolute;
	width: 1300px;
	text-align: center;
	height: 500px;
	font-weight: bold;
	bottom: 0px;
	right: 0px;
	z-index: 99999;!important
}
.parallax1 {
	top: 0px;
	background-image: url(https://lh4.googleusercontent.com/-N-3cBj-4VKA/UWTOJY4A5oI/AAAAAAAAAdc/HBTjiR5D6zU/s244/bird-left.png);
	background-repeat: no-repeat;
	display: block;
	height: 244px;
	width: 158px;
	background-position: left top;
}
.parallax2 {
	background-image: url(https://lh6.googleusercontent.com/-Qryw8L15ml0/UWTOJYL8TAI/AAAAAAAAAdQ/Rj4VT8JCJlY/s165/bird-right.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 160px;
	width: 400px;
	top: 130px;
}
