@media screen and (max-width: 899px) 
{
	.site-wrapper {
		margin-top: 10px;
	}

.page-section.header {
	background: url('Images/top-element-phone.jpg');
    height: auto;
    padding-top: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-section.footer {
	/*background-image: url('Images/footer-element.jpg');*/
    background-size: contain;
    min-height: 450px;
    padding-top: 35px;
}


}

@media screen and (max-width: 699px) {

.page-section.header {
	/*background: url('Images/top-element.jpg');*/
    height: auto;
    padding-top: 120px;
    background-size: contain;
    background-repeat: no-repeat;
}



}