.fixed-background-section {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.fixed-background-section .content {
  padding: 20px;
  border-radius: 10px;
}

.fixed-background-section h3 {
  font-weight: bold;
}

.fixed-background-section .caption {
  margin: 0;
  max-width: 100%;
}

.fixed-background-section img {
  border-radius: 0;
}
