@media only screen and (min-width:1200px)
{
	.right-section footer{position: absolute; bottom: 45px;}
}

@media only screen and (max-width:992px)
{
	.wrapper{ display: block;
        flex-direction: column;}
	.left-section-image {height: auto 
;background-position: 0 24%;}
	.logo-container{padding: 2rem 4rem 4rem;   margin: 0 auto;min-height: 220px;}
}