
.widget-carousel .feather-chevron-left, .widget-carousel .feather-chevron-right {
    position: absolute;
    top: 50%;
}

.widget-carousel .feather-chevron-left, .widget-carousel .feather-chevron-right{
    transform: translate(0, -50%);
    box-shadow: 2px 2px 3px;
    width: 40px;
    height: 40px;
    z-index: 99;
    line-height: 30px;
    font-size: 3rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #fff;
}



.widget-carousel .feather-chevron-left {
    left: -10px;
}

.widget-carousel .feather-chevron-right {
    right: -10px;
}

.widget-carousel .slick-slide {
    padding:0px 10px;
}

.banner-widget-background{
    background-repeat: no-repeat;
    background-size: cover;
    display:flex;
    align-items: center;
    align-content: center;
    padding:0px 20px;
    flex-wrap: wrap;
    position:relative;
}

.banner-widget-background.banner-small{
    height:350px;
}
.banner-widget-background.banner-medium{
    height:450px;
}
.banner-widget-background.banner-large{
    height:550px;
}

.banner-content{
    position: relative;
    z-index: 2;
    flex: 100%;
}

.banner-widget-overlay{
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background:rgba(0,0,0,0.3);
    z-index: 1;
}