@media only screen and (min-width: 64em) {
  /* Only CSS rules that need to be changed to meet the layout needs from medium to large/wide go in here */
  
  article p.town-article img { width: 29.333%; }
    .highlow {
        display: inline-block;
        width: 350px;
        height: 100px;
        margin: 1em;
    }
    .conditions {
        display: inline-block;
        width: 350px;
        height: 100px;
        margin: 1em;
    }
    .forecast {
        margin-left: 15%;
        margin-right: 15%;
    }
}