.deal_carousel {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto 35px;
    overflow:hidden;
    position: relative;
    border-radius: 4px;
}
.deal_carousel .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0;
    background: transparent;
    margin: 0;
}
.deal_carousel li {
    width:100%;
    list-style-type: none;
    padding: 0!important
}
.deal_carousel li:before {
    display: none;
}
.deal_carousel .slide {
    display: flex;
    overflow: hidden;
    position: relative;
    width:100%;
    max-height:390px;
}
.deal_carousel .slide:after {
    content: '';
    width:0; height:0;
    padding-bottom: 76%;
}
.deal_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;
}
/**/
.deal_carousel .bx-wrapper .bx-controls-direction div {
    top:calc(50% - 25px);
    height: 50px;
    width:36px;
    line-height: 50px;
	margin: 0;
    background-color: rgba(255,255,255,0.4);
    border-radius: 4px;
    display: flex;
    align-items:center;
    justify-content: center;
    text-indent: unset;
    color: #fff;
    font-size: 22px;
    text-align: center;
	position: absolute;
    cursor: pointer;
    transition: background-color .5s;
}
.deal_carousel .bx-wrapper .bx-controls-direction div.disabled {
	opacity: 0;
}
.deal_carousel .bx-wrapper .bx-controls-direction div:hover,
.deal_carousel .bx-wrapper .bx-controls-direction div:focus {
    text-decoration: none;
    background-color: rgba(255,255,255,0.2);
}
.deal_carousel .bx-wrapper .bx-prev {
    left: 10px;
    background: none;
    padding-left: 10px;
}
.deal_carousel .bx-wrapper .bx-next {
    right: 10px;
    background: none;
}
