/* Hansen
was   -ms-grid-columns: 1fr 1fr 1fr 1fr;
was   grid-template-columns: 1fr 1fr 1fr 1fr; }
------------------------- */
#displayBox.hannibal {
  width: 960px;
  margin-top: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr; }
  #displayBox.hannibal img {
    height: 250px;
    display: inline-block; }
  #displayBox.hannibal a:nth-child(1) img {
    height: 238px;
    margin: 0 0 0 0;
    padding: 0 0 0 0; }
  #displayBox.hannibal a:nth-child(2) img {
    height: 257px;
    margin: 35px 0 0 14PX;
    padding: 0 0 0 0; }
  #displayBox.hannibal a:nth-child(3) img {
    height: 257px;
    margin: 0 0 0 14px;
    padding: 0 0 0 0; }
  #displayBox.hannibal a:nth-child(4) img {
    height: 238px;
    margin: 10px 0 0 20px;
    padding: 0 0 0 0; }
  #displayBox.hannibal a:nth-child(5) img {
    height: 260px;
    margin: 30px 0 0 12px;
    padding: 0 0 0 0; }
  #displayBox.hannibal a:nth-child(6) img {
    height: 250px;
    margin: 15px 0 0 16px;
    padding: 0 0 0 0; }
  #displayBox.hannibal a:nth-child(7) img {
    height: 233px;
    margin: 8px 0 0 26px;
    padding: 0 0 0 0; }
  #displayBox.hannibal a:nth-child(8) img {
    height: 250px;
    margin: 45px 0 0 10px;
    padding: 0 0 0 0; }
  #displayBox.hannibal a:nth-child(9) img {
    height: 250px;
    margin: 15px 0 0 0;
    padding: 0 0 0 0; }

#displayBox .note {
  margin: 52px 0 0 50px;
  width: 400px;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  padding: 50px;
  border: 1px solid black; }
