.slick-prev:before {
    content: "";
    background: #2f81b4;
    border-radius: 50%;
    padding: 12px 20px;
    background-image: url(/themes/custom/sinn/images/chevron-left-solid.png);
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background-size: 31px;
    background-repeat: no-repeat;
    background-position-x: 0.25rem;
    background-position-y: 0.25rem;
}

@media only screen and (min-width: 920px) {
    .slick-prev:before {
        content: "";
        background: #2f81b4;
        border-radius: 50%;
        padding: 12px 20px;
        background-image: url(/themes/custom/sinn/images/chevron-left-solid.png);
        display: block;
        width: 3.5rem;
        height: 3.5rem;
        background-size: 50px;
        background-repeat: no-repeat;
        background-position-x: 0.25rem;
        background-position-y: 0.25rem;
    }
}

.slick-next:before {
    content: "";
    background: #2f81b4;
    border-radius: 50%;
    padding: 12px 20px;
    background-image: url(/themes/custom/sinn/images/chevron-right-solid.png);
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background-size: 31px;
    background-repeat: no-repeat;
    background-position-x: 0.5rem;
    background-position-y: 0.25rem;
}

@media only screen and (min-width: 920px) {
    .slick-next:before {
        content: "";
        background: #2f81b4;
        border-radius: 50%;
        padding: 12px 20px;
        background-image: url(/themes/custom/sinn/images/chevron-right-solid.png);
        display: block;
        width: 3.5rem;
        height: 3.5rem;
        background-size: 50px;
        background-repeat: no-repeat;
        background-position-x: 0.25rem;
        background-position-y: 0.25rem;
    }
}

.slick-dots li button {
    background: #ffffff87;
}
