/* > 1051px */
@media all and (min-width:65.063em) { /* 1025px - big landscape tablets, laptops, and desktops */ 
   .one_fifth {
      width: 23%;
      min-width: 100px;
   }

   .one_fifth_mr {
      margin: 0 1%;
   }
}