﻿
.slide-show {
    /* background: #fff; */
    min-width: 100%;
    /* max-width: 900px; */
    /* margin: 20px auto 10px auto; */
    height: 400px;
    box-shadow: 0 4px 12px -5px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.slide {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 100%;
    background-size:cover;
    background-repeat: no-repeat;
}

.slide-show:hover .sliderIcon {
    opacity: 1;
}

button.btn.sliderIcon {
    position: absolute !important;
    top: 45%;
    background: #fff;
    padding: 20px 10px;
    color: #979797;
    opacity: 0.8;
    z-index: 5;
    outline: none !important;
    cursor: pointer;
}

.leftPrevIco {
    left: 0;
    border-radius: 0 20px 20px 0;
}

.leftNextIcon {
    right: 0;
    border-radius: 20px 0 0 20px;
}

button.btn.sliderIcon i {
    line-height: 0px;
}