#hero {
  width: 100%;
  min-height: 70vh;
  position: relative;
  background: url('../images/1.jpg') no-repeat center center/cover;
  display: flex;
  align-items: end;
  justify-content: flex-end;
  overflow: hidden;
  padding: 20px 0;
}