h2 {
  font-family: 'Cinzel Decorative', cursive;
}
h1 {
  font-family: 'Cinzel Decorative', cursive;
}
/* Parent container must be positioned */
.sow-slider-image-container {
  position: relative;
}

/* Wrapper for the headline */
.hero-text-wrapper {
  position: absolute;
  top: 50%;
  right: 5%; /* Adjust spacing from right edge */
  transform: translateY(-50%);
  text-align: right;
  width: 90%; /* Prevents overflow */
  z-index: 2;
}

/* Style for the headline */
.hero-headline {
  font-family: 'Cinzel Decorative', serif;
  font-size: 4rem; /* Adjust size as needed */
  color: white;
  margin: 0;
}

.author-image .so-widget-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumbs, .entry-header {
  display: none !important;
}