.brands-list-carousel {
    display: none;
    transition: opacity 1s ease-out;
    opacity: 0;
}

.brands-list-carousel.slick-initialized {
    display: block;
    opacity: 1;
}

.brands-list-carousel {
    margin-top: 35px;
    padding: 0;
}

.brand-item {
    height: 120px;
    border: solid #ccc 1px;
    background: #fff;
}
.brand-item a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}
.brand-item img {
    max-width: 60%;
    height: auto;
    max-height: 80%;
    display: block;
    margin: 0 auto;
}

/* Dots */
.brands-list-carousel.slick-dotted.slick-slider
{
    margin: 30px 0;
}

.brands-list-carousel .slick-dots
{
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.brands-list-carousel .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.brands-list-carousel .slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.brands-list-carousel .slick-dots li button:hover,
.brands-list-carousel .slick-dots li button:focus
{
    outline: none;
}
.brands-list-carousel .slick-dots li button:hover:before,
.brands-list-carousel .slick-dots li button:focus:before
{
    opacity: 1;
}
.brands-list-carousel .slick-dots li button:before
{
    font-size: 40px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.brands-list-carousel .slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* FRONTPAGE */

.frontpage-wrap .slick-list.draggable {
    padding-right: 0 !important;
}

.frontpage-wrap .brand-item {
    height: 80px;
}

.frontpage-wrap .slick-dots .slick-active {
    background: none !important;
}