.nice black button homeBtn {width:100px !important;}

.mainBox {
  background: #cccccc; /* Old browsers */
  background: -moz-linear-gradient(top,  #cccccc 0%, #eeeeee 25%, #cccccc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(25%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #cccccc 0%,#eeeeee 25%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #cccccc 0%,#eeeeee 25%,#cccccc 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #cccccc 0%,#eeeeee 25%,#cccccc 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #cccccc 0%,#eeeeee 25%,#cccccc 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
  border: 5px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
  margin: 10px auto;
  max-width: 1000px;
  padding: 15px;
  width: 88%;
  text-align: center;
}
.imgLink {
    float:left;
    width: 25%;
}
.logoLink {
    float:left;
    width: 20%;
}
.imgLink img {
    width: 90%;
}
.imgLink h4 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 6px 0 10px;
}
.imgLink h4 span{display:none}
h3 {
    font-size: 18px;
    font-size: 1.8rem;
    clear: both;
  line-height: 1;
}
h3 a {
    color: #000;
}
h2 {
    color: #fff;
    background: #242424;
    line-height: 1.8;
    font-size: 16px;
    font-size: 1.6rem;
}
.oneToOne {
    margin: 40px 0;
}
.oneToOne img {
    border: 1px solid #fff;
}
h1 {
    text-align: center;
    color: #999;
    font-size: 20px;
    font-size: 2rem;
}
.homeBtn {
    padding: 10px 15px;
    margin-left:4px;
}

@media only screen and (max-width: 800px){
  .dealerLogo img{width:90%}
  .imgLink h4{font-size:1.6rem}
}
@media only screen and (max-width: 530px){
  .imgLink, .logoLink{width:50%}
  h2{line-height:1; padding:10px}
}
@media only screen and (max-width: 370px){
  h3{border-top: 1px solid #999;padding-top: 10px;}
  h3 a{color:#C00}
  h3 span{display:block}
  .imgLink {width: 100%;}
  .imgLink img{display:none}
  .imgLink h4{font-size:2rem}
  .imgLink h4 span{display:block; font-size:1.6rem}
}