@media screen and (max-height: 768px) {
    .header {
        height: 85px;
    }
    .header .headerContent {
        height: 100%;
		width: 70%;
    }
    .container {
       
    }
	#full{
		width: 80%;
	}
}