@media only screen 
  and (min-device-width: 280px) 
  and (max-device-width: 767px)
  {
    
    .bg {
      /* The image used */
      background-image: url("images/mng1/flagcoversforstretch10.png");
      
      text-align: center;
      
      /* Center and scale the image nicely */
        background-repeat: round;
    }
    
    .bg td:nth-child(1)  {white-space: nowrap;}
}


@media only screen and (min-device-width: 768px) { 
          
    .bg {
      /* The image used */
      background-image: url("images/mg1/flagcoversforstretch9.png");
      
      text-align: center;
      
      /* Center and scale the image nicely */
        background-repeat: round;
    }
    
    .bg td:nth-child(1)  {white-space: nowrap;}
}

