body {
  background: url("hero-image.jpg") no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.container {
  background-color: rgba(42, 52, 57, 0.5);
}

.image {
  max-height: 200px;
  max-width: 100%;
  display: flex;
}

