.pawBanner{
	    background-size: cover;
	    background-position: 50%;
	    height: 100%;
	    background-repeat: no-repeat;
 	}
 	.pawBanner:before{
 		content:none !important;
 	}
 	.logo{
		padding-top:85px;
		margin: 0 auto;
}
 	.logo img{
 		width:100%;
 		max-width: 500px;
 		height: auto;
 		padding:0 15px;
 	}
 	.container{
 		width: 50%;
 		background-color: rgba(255, 255, 255, 0.8);
 		padding: 15px;
 		position: absolute;
 		top: 30vh;
 		left: 50%;
 		margin-left: -25%;
 	}
 	.container .row{
 		margin: 0 auto;
 	}
 	.container .row p{
 		padding-top:15px;
 	}
 	.pawBottom{
 		position: fixed;
	    bottom: 0;
	    width: 100%;
 	}
 	.pawBottom *{
	text-align:center;
 		color: #FFFFFF !important;
 	}
 	.pawBottom p{
 		margin:5px auto 0;
 	}
 	@media screen and (max-width:1050px){
 		.container{
 			width:80%;
 			margin-left: -40%;
 		}
 	}
 	@media screen and (max-width:450px){
 		.logo{
 			padding-top: 55px;
 		}
 		.container{
 			position: static;
 			margin: 30px auto;
 		}
 		.pawBottom{
 			position: static;
 			margin-top:50px;
 		}
 	}
 	@media screen and (max-width:320px){
 		.logo{
 			padding-top: 10px;
 		}
 		#pawBottom{
 			margin-top: 20px;
 			margin-bottom: 0;
}
}
 	@media screen and (max-height:625px){
 		body{
 			height: 115%;
}
 	}