#featureSlider {
    width: 100%;  
    height: calc(100vw * 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}
  

#featureSlider .imgholder {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: brightness(0.4);
}


.fullscreen-bg__video {
    position: absolute;
    width: 130%;
    height: 130%;
    left: -15%;
    top: -15%;
    background: #000;
}


.slider_bottom {
    width: 100%;
    height: 30px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
}

.slider_bottom__scroll_down_btn {
    cursor: pointer;
    color: #fff;
    font-size: calc(28px + (32 - 28) * ((100vw - 700px) / (1600 - 700)));
}

.slider_bottom__scroll_down_btn:hover {
    transform: scale(1.4);
    color: #8DC540;
}