#slider{
    height: 550px;
    position: relative;
    float: left;
    margin-top: 50px;
}
.sliderImg{
    position:relative;
    float: left;
    width: 100%;
    height: 100%;
}
.galleryTitle{
    position:relative;
}
.sliderRightArrow,
.sliderRightArrowBrands {
    position: absolute;
    z-index: 1;
    right: 0.6vw;
    top: calc(50% - 20px);
    height: 40px;
    width: 40px;
    cursor: pointer;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    display: block !important;
    transform: rotate(180deg);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/files/slickArrow2.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.sliderLeftArrow,
.sliderLeftArrowBrands {
    position: absolute;
    left: 0px !important;
    top: calc(50% - 20px);
    height: 40px;
    width: 40px;
    cursor: pointer;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/files/slickArrow2.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    display: block !important;
}