.image-grid{display:grid;grid-template-columns:50% 50%}.image-grid img{width:550px;height:auto;vertical-align:middle}@media only screen and (max-width:600px){.image-grid img{width:350px}}@media only screen and (max-width:1100px){.image-grid{grid-template-columns:100%}}