
@media screen and (min-width: 1px) {

    .home #large-buttons {
        background-color: #265e39;
        padding: 10px 20px;
        overflow: hidden;
    }
    .home #largeButtonsSlider .full {
        display: none;
    }
    .home #largeButtonsSlider .imageElement {
        padding: 0 2px;
    }
    .home #largeButtonsSlider .imageElement img {
        border: 6px solid #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 17px;
    }
    .home #largeButtonsSlider .imageElement a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
    }
    .home #largeButtonsSlider .imageElement h3 {
        position: absolute;
        width: calc(100% - 16px);
        bottom: 6px;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 11px;
        color: #fff;
        font-weight: 400;
        background-color: #32689a;
        padding: 3px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .home #largeButtonsSlider .slick-slide:nth-child(2n) h3 {
        background-color: #c1620b;
    }
    .home #largeButtonsSlider .slick-slide:nth-child(3n) h3 {
        background-color: #739A32;
    }
    .home #largeButtonsSlider .slick-slide:nth-child(4n) h3 {
        background-color: #9a3238;
    }
}

@media screen and (min-width: 961px) {

    .home #large-buttons {
        background-color: #dbe6c6;
    }
}