.t-zoomer__show #allrecords{
    -webkit-filter: blur(40px);
            filter: blur(40px);
}
.t-zoomer__bg{
    background: rgba(0,0,0, .7);
}
.t-zoomer__close svg path{
	fill: white;
}
.t-zoomer__scale svg path {    
    stroke: white;
}
.t-carousel__zoomer__arrow{
	border-color: white !important;
}