:root {
}

/*###> custom ###*/
.page_vacancy-detail .component_paragraph-image-right .image figure {width:100%;}
.page_testimonial-overview .selected-filters {display: none !important;}

.component_podcast .handler .podcast_images .image div {
    align-items: center;
    background: var(--tertiary-color, var(--parsnip-color));
    border-radius: 999px;
    color: var(--secondary-color, var(--apple-color));
    display: flex;
    font-size: 3.4rem;
    height: 75px;
    justify-content: center;
    padding-left: 5px;
    pointer-events: none;
    position: absolute;
    transition: all .3s ease-out;
    width: 75px;
}
/*###< custom ###*/