.hero-wrapper img {
  width: 100%;
  height: auto; }

.page-name {
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  position: absolute;
  padding: 5px 0;
  bottom: 30px;
}
@media(max-width: 767px) {
    .page-name {
        position: static;
        background-color: #252525;
    }
}
