.elementor .e-16f1da2-e669288{display:flex;flex-direction:column;grid-template-rows:repeat(1, 1fr);selector {
position: relative;
height: 720px;
overflow: hidden;
background-color: #F3EDE2;
}

selector::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 42%;
background: linear-gradient(
  to bottom,
  rgba(243, 237, 226, 0) 0%,
  rgba(243, 237, 226, 0.65) 52%,
  rgba(243, 237, 226, 1) 90%
);
backdrop-filter: blur(2px);
-webkit-backdrop-filter: blur(2px);
pointer-events: none;
z-index: 2;
}

selector .museum-teaser-cta {
position: absolute !important;
left: 50%;
bottom: 38px;
transform: translateX(-50%);
z-index: 3;
width: max-content;
}

@media (max-width: 1024px) {
selector {
  height: 620px;
}

selector .museum-teaser-cta {
  bottom: 32px;
}
}

@media (max-width: 767px) {
selector {
  height: 680px;
}

selector::after {
  height: 38%;
}

selector .museum-teaser-cta {
  bottom: 26px;
}
}\n}