.slick-slides-fade12 .slick-slide,
.carousell_TeraBass .slick-track {
    display: -webkit-flex !important;
    display:         flex !important;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
/* ---- previous/next buttons ---- */
.prev-next-button {
    position: absolute;
    top: calc(50% - 22px);/* 22px = 44px(arrow's height) / 2 */
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    /* vertically center */
    -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
    z-index:1;
}

.prev-next-button:hover { background: #222; }

.prev-next-button:focus {
    outline: none;
}

.prev-next-button:active {
    opacity: 0.6;
}

.prev-next-button.previous { left: -43px; }
.prev-next-button.next { right: -43px; }

.prev-next-button:disabled {
    opacity: 0.3;
    cursor: auto;
}

.prev-next-button:before {
    color: #fff;
    z-index: 1;
    position: absolute;
    font-size: 200%;
    opacity: 51;
    margin: -25px -17px;
}
.slick-slides-fade12 .slick-dots {
    margin-top:20px;
}
.carousell_TeraBass .container-fluid {
    padding-left:52px;
    padding-right:52px;
}
.carousell_TeraBass .slick-dots {
    display:none !important;
}

.section-smallest_lightest {
    background: url('./smallest_lightest.jpg') no-repeat;
    background-size: cover;
    height:calc(100vw * 998 / 2560);
    max-height:998px;
}

.section-super_wide {
    background: url('./super_wide.jpg') no-repeat;
    background-size: cover;
    height:calc(100vw * 932 / 2560);
    max-height:932px;
}

@media(max-width:991px) {
    .section-smallest_lightest {
        padding-top:calc(100vw * 998 / 2560);
    }
    .section-super_wide {
        padding-top:calc(100vw * 932 / 2560);
    }
}
@media(min-width:1200px) {
    .carousell_TeraBass .container-fluid {
        padding-left:80px;
        padding-right:80px;
    }
    .prev-next-button.previous { left: -60px; }
    .prev-next-button.next { right: -60px; }
}