.images_area {
    position: relative;
}
.singleAbSlide {
    position: absolute;
    right: 127px;
	bottom: 0px;
    left: -15px;
    text-align: left;	
}
.ab_videoArea span{
	display:none;
}
.ab_videoArea{
    position: relative;
    padding: 44px 30px 40px;
    border-radius: 5px;
}

.ab_videoArea h3{
    line-height: 32px;
    margin-bottom: 15px;
}
.ab_videoArea p{
    margin-bottom: 13px;
}
.ab_videoArea h3,
.ab_videoArea p{
    color: var(--white);
}
.ab_videoArea img{
    width: 153px;
    height: 73px;
}
.ab_videoArea a{}
.ab_videoArea i{
    position: relative;
    float: right;
	left: -10px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    font-size: 23px;
	background: var(--white);
	color: var(--brcolor);
}
.ab_videoArea i:after {
    width: 68px;
    height: 68px;
    left: -8px;
    top: -8px;
    position: absolute;
    content: '';
    z-index: -1;
	 background: rgba(255, 255, 255, .73);
    border-radius: 50%;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation: blinker 1.5s ease-in-out infinite;
            animation: blinker 1.5s ease-in-out infinite;
}

/* witr single cursor img */
 .slide_item img{
 opacity:0.1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; 
 }
.slick-center .slide_item img{
opacity:1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 }
 
 /* left */
.images_area.wittr_car_top_left .slick-dots {
    left: 0;
    top:15%;
    display: block;
}
.images_area.wittr_car_top_left .slick-dots li {
    display: block;
}

/* right */
.images_area.wittr_car_top_right .slick-dots {
    left: auto;
    top:15%;
    display: block;
	right:0;
}
.images_area.wittr_car_top_right .slick-dots li {
    display: block;
}
/* responsive */

@media (min-width: 992px) and (max-width: 1199px) {
.images_area.wittr_car_top_left .slick-dots {
	left: 30px;
}	
}
@media (min-width: 768px) and (max-width: 991px) {
.singleAbSlide {
right: 0;
left: 0;
bottom: -218px;
}

}
@media (max-width: 767px) {
	.ab_videoArea {
padding: 44px 23px 40px;
}
.singleAbSlide {
position: inherit;
bottom: -30px;
right: 0;
left: 0;
}
}




