
.frame-layout-6 .ce-textpic{
  position: relative;
}

.frame-layout-6 .ce-bodytext.none{
  /*display: none;*/
  opacity: 0;
}
.frame-layout-6 .ce-gallery img{
  height: 675px;
  object-fit: cover;
}
.frame-layout-6 .ce-bodytext{
  transition: all 0.4s;
  position: absolute;
  z-index: 100;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.5);
  min-height: 30vh;
  display: grid;
  align-content: center;
}

.frame-layout-6 .ce-bodytext header,
.frame-layout-6 .ce-bodytext h1,
.frame-layout-6 .ce-bodytext h2 {
  width: 80%;
  margin: 0 auto;
}

.frame-layout-6 .ce-bodytext strong{
  color: var(--ci-color);
}

.frame-layout-6 .ce-bodytext h2{
  color: var(--white);
  font-weight: 900;
  font-size: calc(1rem + 2vw);
}

@media (min-width: 1024px) {

  .frame-layout-6 .ce-bodytext{
    top: 0;
    width: 43%;
    display: grid;
    align-content: center;
  }

  .frame-layout-6 .ce-bodytext header,
  .frame-layout-6 .ce-bodytext h1,
  .frame-layout-6 .ce-bodytext h2{
    margin-top: 0;
    margin-bottom: 0;
    width: 65%;
  }

  .frame-layout-6 .ce-textpic::after {
    z-index: 600;
  }

}
@media (min-width: 1440px) {
  .frame-layout-6 .ce-gallery img{
    height: 100%;
  }
}
