.header-photo-main {
  width: 100%;
  height: calc(100vh - 53px - 60px);
  background: linear-gradient(
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.6)
  ), url("/img/photos/header-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  padding: 10px;
  text-align: center;
  color: #fff;
}

.header-photo-main h1 {
  font-size: 36px;
  opacity: 0.9;
  font-weight: 400;
}

.header-photo-main p {
  opacity: 0.9;
  margin: 15px auto;
  font-size: 18px;
  max-width: 500px;
  letter-spacing: 0px;
}

.header-photo-main button {
  margin-top: 15px;
}

.text-wrapper {
  margin: auto;
}

.header-photo-other {
  width: 100%;
  height: calc(55vh - 53px - 60px);
  background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url(/img/photos/header-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  padding: 10px;
  text-align: center;
  color: #fff;
}

.header-photo-other h1 {
  width: 100%;
  font-size: 36px;
  opacity: 0.9;
  font-weight: 400;
  margin: auto;
  letter-spacing: 1px;
}
