.fc_slider .image-switch,
.fc_banner {
    padding-top: clamp(60px, 6vw, 170px);
    padding-bottom: clamp(60px, 6vw, 170px);
    position: relative;
}
.fc_banner.size-large {
	min-height: 7vw;
}

.fc_banner.size-large.unset {
    min-height: unset;
    padding-top: unset;
    padding-bottom: unset;
}
.full_overlay:before {
    position: absolute;
    content: '';
    background: rgba(48, 62, 71, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.fc_banner.full_overlay {
    position: relative;
}


.fc_banner.linear_overlay:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.10) 100%);
}

.fc_banner .wp_content {
    position: relative;
}

.fc_banner.size-small {
    padding-top: clamp(40px, 6vw, 70px);
    padding-bottom: clamp(40px, 6vw, 70px);
}

.fc_slider_wrapper {
    position: relative;
    overflow: hidden;
}


.fc_banner.fc_slider {
    padding: 0;
    min-height: unset;

}

.fc_banner.fc_slider .tns-item .image-switch {
    min-height: 14vw;
    display: block;
}

.fc_banner.fc_slider .tns-item .image-switch.unset {
    min-height: unset;
}
.fc_slider_wrapper > div.tns-outer {
    position: relative;
    width: 100%;

}

.fc_slider_wrapper .tns-controls button {
    position: absolute;
    left: 10px;
    width: 45px;
    height: 45px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-indent:-9999px;
    border:none;
    border-radius: 45px;
    background: #fff no-repeat center / 25px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23303E47' d='M20 25a1 1 0 0 1-.71-.29l-8-8a1 1 0 0 1 0-1.42l8-8a1 1 0 1 1 1.42 1.42L13.41 16l7.3 7.29a1 1 0 0 1 0 1.42A1 1 0 0 1 20 25Z' data-name='Layer 2'/%3E%3Cpath d='M0 0h32v32H0z' style='fill:none'/%3E%3C/svg%3E");
}

.fc_slider_wrapper .tns-controls button:nth-child(2) {
    left:auto;
    right: 10px;
    transform: rotate(180deg);
}

.fc_slider_wrapper .tns-controls {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}
