.typo_slider_prev, .typo_slider_next {
    font-size: 0;
    width:  calc(var(--typo-calc-size) * 4rem); height: calc(var(--typo-calc-size) * 4rem);
    border-radius: 0;
    background-color: currentColor;
    color: inherit;
    mask-image: var(--typo-svg-arrow-left-thin);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: 50% 50%;
}
.typo_slider_next {
    mask-image: var(--typo-svg-arrow-right-thin);
}




/***************************************************************************
* Flex Width Gallery Slider
****************************************************************************/
.content_section > .slider_wrapper.flex_width_slider .slide {
    flex: 0 0 auto;
}
.content_section > .slider_wrapper.flex_width_slider .data_ratio {
    position: relative;
    width: auto; height: auto;
}
.content_section > .slider_wrapper.flex_width_slider .data_ratio:before {
    content: none;
}
.content_section > .slider_wrapper.flex_width_slider .data_ratio img {
    position: relative;
    width: auto; height: 100%;
}
.header_section.content_section > .slider_wrapper.flex_width_slider .data_ratio img {
    height: 65svh;
}