.featuredpromos_carousel {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto 35px;
    overflow:hidden;
    position: relative;
	height: 370px;
}
.featuredpromos_carousel .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0;
    background: transparent;
    margin: 0;
}
.featuredpromos_carousel li {
    width:100%;
    list-style-type: none;
    padding: 0!important
}
.featuredpromos_carousel li:before {
    display: none;
}
.featuredpromos_carousel .slide {
    display: block;
    height:370px;
    overflow: hidden;
    position: relative;
    width:100%;
	border-radius: 4px;
}
.featuredpromos_carousel .slide .image-slide {
	position: absolute;
	top:0; left:0;
	bottom:0; right:0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    border-radius: 0;
}
/**/
.featuredpromos_carousel .bx-wrapper .bx-controls-direction div {
    top:50%;
	margin-top:-25px;
    height: 50px;
    width:36px;
    line-height: 50px;
    background-color: rgba(255,255,255,0.5);
	border-radius:4px;
    text-indent: unset;
    color: #fff;
    font-size: 28px;
    text-align: center;
	position: absolute;
    cursor: pointer;
    transition: background-color .5s;
}
.featuredpromos_carousel .bx-wrapper .bx-controls-direction div.disabled {
	opacity: 0;
}
.featuredpromos_carousel .bx-wrapper .bx-controls-direction div:hover,
.featuredpromos_carousel .bx-wrapper .bx-controls-direction div:focus {
    text-decoration: none;
    background-color: rgba(255,255,255,0.2);
}
.featuredpromos_carousel .bx-wrapper .bx-prev {
    left: 10px;
    background: none;
    padding-left: 10px;
}
.featuredpromos_carousel .bx-wrapper .bx-next {
    right: 10px;
    background: none;
}
/*
@media  only screen and (max-width:767px) {
    .featuredpromos_carousel .bx-wrapper .bx-controls-direction div {
        height: 30px;
        width:30px;
        line-height: 30px;
        font-size: 18px;
    }
}
@media (min-width:1921px) {
    .featuredpromos_carousel .slide {
        height:400px
    }
}
*/