/* =========================================================
   keyboard-band.css
   Places keyboard_alt.png directly under the Contact section,
   spanning full browser width and scaling responsively.
   ========================================================= */

.keyboard-band{
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;     /* removes inline image gap */
  background: transparent !important;
}

.keyboard-band img{
  display: block;
  width: 100%;
  height: auto;                  /* responsive scaling */
}

/* Disable any legacy keyboard/parallax footer background layers */
.el-keyboard-parallax,
.keyboard-static{
  display: none !important;
  background: none !important;
  background-image: none !important;
}
