#sc-0 .container{
    padding: 0;
}
.home-slider{
    position: relative;
}
.home-slider .slide-item .ratio--custom{
    padding-bottom: 30%;
}
.home-slider-dots{
    position: absolute;
    bottom: 0;
    display: flex;
    padding: 0;
    margin: 10px 0;
    width: 100%;
    justify-content: center;
    list-style: none;
}
ul.home-slider-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    /* width: 15px;
    height: 15px; */
    margin: 0 5px;
    transition: 0.3s;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #fff;
    opacity: 0.4;
    border-radius: 100%;
}
ul.home-slider-dots li.slick-active button,ul.home-slider-dots li button:hover{
    opacity: 1;
}