.content_section.custom_stoerer_section {
    padding: 0;
    overflow: visible;
    display: none;
}

    .custom_stoerer_section .row {
        position: relative;
        z-index: 3000;
        overflow: visible;
        height: 0;
    }

.custom_stoerer_section .columns .content_wrapper{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 14rem;
    width: 14rem;
}

@media screen and (min-width:64em) {
    .content_section.custom_stoerer_section {
        display: block;
    }
}