.srl_fullpage_slider,
.srl_fullpage_slider .slick-list,
.srl_fullpage_slider .slick-track,
.srl_fullpage_slider .slick-slide,
.srl_fullpage_slider .slick-slide > div {
    width: 100%;
    height: 100%;
}
.srl_fullpage_slider_slide {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
}
.srl_fullpage_slider .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999999;
}
.srl_fullpage_slider .slick-dots li button:before {
    color: white;
    font-size: 12px;
}
.et_pb_code_inner {
    position: relative;
    float: left;
    height: 100%;
    width: 100%!important;
}