  @media only screen and (max-width: 1299px){
.flex-container {
	width: 100%;
background-position: center;
background-size: 100%;
}
}

  @media only screen and (max-width: 1200px) {
.flex-container {
 background-size: auto;
}
}