/* lg */
@media (min-width: 1200px) {
  
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {

  #txt-3col-199054 {
      background-image: url(static/b24/2016/11/tablet-sm.jpg);
  }
  #txt-3col-192241 {
      background-image: url(static/b24/2016/11/rece-sm.jpg);
  }
  #list-199050 .txt-wrapper {
    margin-bottom: 10px;
  }
}



/* xs */
@media (max-width: 767px) {

  #txt-3col-199054 {
      background-image: none;
      background-color: #999b9f;
  }
  #txt-3col-192241 {
    background-image: none;
    background-color: #adadad;
  }
  #list-199050 .txt-wrapper {
    margin-bottom: 10px;
  }
}

/* XS Portrait */
@media (max-width: 479px) {

  #txt-3col-199054 {
    background-image: none;
    background-color: #999b9f;
  }
  #txt-3col-192241 {
    background-image: none;
    background-color: #adadad;
  }
  #list-199050 .txt-wrapper {
    margin-bottom: 10px;
  }
}

/* @media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  #txt-3col-199054 {
    background-image: none;
    background-color: #cfd2d7;
  }

} */
/* iphone 5 */
@media screen and (device-aspect-ratio: 40/71) {
  #txt-3col-199054 {
    background-image: none;
    background-color: #999b9f;
  }
  #txt-3col-192241 {
    background-image: none;
    background-color: #adadad;
  }
}
/* ipad mini 1,2 */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1)  {
  #txt-3col-199054 {
      background-image: url(static/b24/2016/11/tablet-sm.jpg);
  }
  #txt-3col-192241 {
      background-image: url(static/b24/2016/11/rece-sm.jpg);
  }
}
