.lefty {display: none;}
.left-handed .lefty {
  display: block !important;
  position: absolute;
  top:10px;
  right:25px;
  color:#C94E4B;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #C94E4B;
  margin:0;
  padding:5px;
  line-height: 12px;
}
.row--aaron {
  background:#BDBDBD url(/images/aaronHelp.jpg) no-repeat;
  background-position: right center;
  background-size: auto 100%;
  padding:0px;
}
.row--robie {
  background:#BDBDBD url(/images/robHelp.jpg) no-repeat;
  background-position: right center;
  background-size: auto 100%;
  padding:0px;
}
.well.welltrans {background-color: transparent;padding-bottom: 96px;padding-top: 96px;margin:0;}
.welltrans p {line-height: 30px;font-weight: 400;}
.btn-primary {background:#428bca;border:#428bca;color:rgba(255,255,255,.9);padding:3px 10px 2px;}

@media screen and (max-width: 768px) {

  .row--aaron {
    background:#BDBDBD;
    background-position: right center;
    background-size: auto 100%;
    padding:0px;
  }
  .row--robie {
    background:#BDBDBD;
    background-position: right center;
    background-size: auto 100%;
    padding:0px;
  }

}

@media screen and (max-width: 600px) {

  .left-handed .lefty {
    display: block !important;
    position: absolute;
    top:5px;
    right:20px;
    color:#C94E4B;
    font-size: 9px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #C94E4B;
    margin:0;
    padding:3px;
    line-height: 9px;
  }


}
