/* .layer--cta__image */
.layer--cta__image {
    position: relative;
}
.layer--cta__image .text {
    position: relative;
    z-index: 10;
}
.cta-image {
    width: 50vw;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.layer--cta__image .cta-shine {
    content: '';
    position: absolute;
    top: 0;
    righT: 45vw;
    height: 100%;
    width: 200px;
    display: block;

    z-index: 3;
    transform: skew(-12deg);


}

@media screen and (max-width: 1200px) {
    .layer--cta__image .cta-shine {
        righT: 40vw;

    }
}
@media screen and (max-width: 900px) {
    .layer--cta__image > div {
padding-top: 400px;
    }
    .cta-image {
        display: block;
        width: 100VW;
        margin-top: 0;
        margin-left: 0;
        margin-right: -30px;
        position: ABSOLUTE;
        HEIGHT: 400PX;
        TOP: 0;
        left: 0;
        BOTTOM: AUTO;
    } 
    .layer--cta__image .cta-shine {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .layer--cta__image > div {
padding-top: 300px;
    }
    .cta-image {

        HEIGHT: 300PX;

    } 

}