@media only screen and (min-width: 600px) {
  #home #home-body {
    border-radius: 5px;
    position: relative;
    top: -100px;
    background-color: white;
    padding-top: 15px;
  }
  #home .carousel-caption {
    bottom: 70px;
  }
  #home .carousel-indicators {
    bottom: 50px;
  }
  #conditions ol.two-column-list {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -moz-column-fill: auto;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -webkit-column-fill: auto;
    column-count: 2;
    column-gap: 20px;
    column-fill: auto;
  }
  #conditions ol.two-column-list li {
    margin-bottom: 1em;
    padding-left: 20px;
    padding-right: 20px;
  }
  #conditions .contents {
    background-image: url('/images/showfloor.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    border-bottom: 1px solid #774387;
    margin-bottom: 2em;
  }
  #categories #headingSpecial {
    background-image: url("../images/Categories/special.jpg");
    background-repeat: no-repeat;
    background-position: right;
  }
  #categories #headingBrands {
    background-image: url("../images/Categories/brands.jpg");
    background-repeat: no-repeat;
    background-position: right;
  }
  #categories #headingOne {
    background-image: url("../images/Categories/aircraft.jpg");
    background-repeat: no-repeat;
    background-position: right;
  }
  #categories #headingTwo {
    background-image: url("../images/Categories/afv_large.jpg");
    background-repeat: no-repeat;
    background-position: right;
  }
  #categories #headingThree {
    background-image: url("../images/Categories/afv.jpg");
    background-repeat: no-repeat;
    background-position: right;
  }
  #categories #headingFour {
    background-image: url("../images/Categories/motorcycles.jpg");
    background-repeat: no-repeat;
    background-position: right;
  }
  #categories #headingFive {
    background-image: url("../images/Categories/civilvehicles.jpg");
    background-repeat: no-repeat;
    background-position: right;
  }
  #categories #headingSix {
    background-image: url("../images/Categories/trucks.jpg");
    background-repeat: no-repeat;
    background-position: right;
  }
  #categories #headingSeven {
    background-image: url("../images/Categories/diorama.jpg");
    background-repeat: no-repeat;
    background-position: right;
  }
  #categories #headingEight {
    background-image: url("../images/Categories/figures.jpg");
    background-repeat: no-repeat;
    background-position: right;
  }
  #categories #headingNine {
    background-image: url("../images/Categories/scifi.jpg");
    background-repeat: no-repeat;
    background-position: right;
  }
  #categories #headingTen {
    background-image: url("../images/Categories/ships.jpg");
    background-repeat: no-repeat;
    background-position: right;
  }
  #categories #headingEleven {
    background-image: url("../images/Categories/misc.jpg");
    background-repeat: no-repeat;
    background-position: right;
  }
  #categories #headingTwelve {
    background-image: url("../images/Categories/junior.jpg");
    background-repeat: no-repeat;
    background-position: right;
  }
  #categories #headingThirteen {
    background-image: url("../images/Categories/intermediate.jpg");
    background-repeat: no-repeat;
    background-position: right;
  }
  #gallery ul.two-column-list {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -moz-column-fill: auto;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -webkit-column-fill: auto;
    column-count: 2;
    column-gap: 20px;
    column-fill: auto;
  }
}
