.page-id-55 .masthead {
  background: none !important;
}

.page-id-55 .sticky-off span {
    color: #fff !important;
}

.page-id-55 .sidebar-none{
   margin-top: -200px;
}

.kai-hero-full {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-image: url('/wp-content/uploads/2023/09/2023_02_28_KaiCrossfit_01463.jpg');
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kai-hero-text {
  color: white;
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
  text-align: center;
  padding: 0 20px;
  z-index: 2;
}

@media (max-width: 768px) {
}