.main-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.content {
    height: 300px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    isolation: isolate;
    height: 100vh;
    overflow: hidden;
}

.content__img {
    max-width: 250px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    will-change: transform;
    filter: none;
}
.experience_center_bg_image > img {
    position: absolute;
    left: 0;
    top: 0;
}
