@media only screen and (min-width: 1200px) {
  /*-----columns now are side by side -----*/
  section {
	  border:none;
	  
    width: 49%;
    float: left;
    display: inline-block;
  }
  figure#topImage {
    width: 1200px;
   
  }
 
  }
  /*figure#topImage img {
    width: 100%;
	height: 1200px;
	object-fit: cover;

  }*/
