.simple-hero-main-wrapper .simple-hero {
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: auto;
  flex-direction: column;
  justify-content: center;
  object-fit: contain;
  position: relative;
  width: 100%;
}

.simple-hero-main-wrapper .simple-hero .watermark-graphic-container {
  width: 20%;
  height: auto;
  object-fit: contain;
  padding-top: 60px;
  padding-bottom: 60px;
}