.header {
  width: 100%;
  height: 100px;
  position: relative;
}

.header .images {
  width:100%;
  height:100%;
  position: absolute;
  z-index: -1;
}

.header .images .image {
  background-position: center;
  width:100%;
  height:100%;
}

.header .container {
  z-index: 1;
}

.table-responsive {
    overflow-y: visible !important;
}
