section.bg-img-responsive {
  background-image: url("../../assets/img/dansabel_band.jpg");
  background-repeat: no-repeat;
  position: relative;
  min-width: 100%;
  min-height: 100vh;
  background-position: center center;
  display: table;
}

.container.tint {
  padding: 1.5em;
  background-color: rgba(255, 255, 255, 0.5);
}

