.cmp-parallax-sections .parallax-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cmp-parallax-sections .parallax-section .content-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
.cmp-parallax-sections .parallax-section .content-wrapper .sticky-image {
  max-width: 300px;
}
.cmp-parallax-sections .sections-container:not(.editor-mode) .parallax-section {
  min-height: var(--height, 100vh);
  display: flex;
  justify-content: center;
}
.cmp-parallax-sections .sections-container:not(.editor-mode) .parallax-section .content-wrapper {
  display: flex;
  gap: 20px;
  flex-direction: row;
}
.cmp-parallax-sections .sections-container:not(.editor-mode) .parallax-section .content-wrapper[data-img-position="right"] {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cmp-parallax-sections .sections-container:not(.editor-mode) .parallax-section .content-wrapper {
    flex-direction: column !important;
  }
}
.cmp-parallax-sections .sections-container:not(.editor-mode) .parallax-section .content-wrapper .sticky-col {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.cmp-parallax-sections .sections-container:not(.editor-mode) .parallax-section .content-wrapper .sticky-col .sticky-image {
  position: sticky;
  top: 100px;
  width: auto;
  max-width: 430px;
}
@media (max-width: 992px) {
  .cmp-parallax-sections .sections-container:not(.editor-mode) .parallax-section .content-wrapper .sticky-col .sticky-image {
    max-width: 100%;
  }
}
.cmp-parallax-sections .sections-container:not(.editor-mode) .parallax-section .content-wrapper .text-col {
  flex: 1;
  height: fit-content;
  align-self: center;
}
