@media only screen and (max-width: 1064px){

	.headerWithImage .headImg img {
    	width: 100%;
    	max-width: 100%;
   	 	height: auto;
    	max-height: 400px;
    	min-height: max-content;
  }

  .headerWithImage .headImg {
    flex: 1;
    height: min-content;
    width: 100%;
    min-height: auto;
    max-height: 500px;
  }
}
