@media (min-width:1200px) {
    .living_well .featured-content .match-img{
        min-height: 520px;
        min-width:520px;
    }
   .living_well .featured-content .match-img img{
       
        width: 100%;
        height: 100%;
        object-fit: contain;   /* keeps proportions */

   }
   .living_well .featured-content.right .match-img{
       
        text-align:right;

   }
}