.all_show_el {
    border: 1px dotted #999;
    padding: 10px 30px;
    max-width: 230px;
    margin: 30px auto;
	
}
.all_show_el a {
	text-decoration:none;
	color: #999;
	border:none;
}

a.incLink {
	position:absolute;
	text-align:center;
	top:30%;
	display:none;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	border:none;
}
a.incLink:hover{
	text-decoration:none !important;
}
.items-list__item:hover a.incLink {
	display:block;
}
.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    /* background: #fc0; */
    /* padding: 5px; */
    text-overflow: ellipsis;
}

@media (pointer:coarse){
    /*touch-устройство*/
    .items-list__item.with-wrap:hover {
        box-shadow: 0 5px 15px 0 rgb(0 0 0 / 25%);
        border: 3px solid #ffd229;
    }
    .items-list__item:hover > .items-list__item-wrap {
        display: none
    }
}