#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; 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;
}
@media (min-width: 1200px){
.brands .col_wrapper a img{
height: 165px;
width: 165px;
}
}
@media (max-width: 640px){
.slider_mobile .slide-item .ratio--custom{
padding-bottom: 125%;
}
}