.allproj .img-responsive{
	height:175.81px;
	width:100%;
	object-fit:cover;
}


.slide{
	left:0 !important;
	height: 100%;
	transition: opacity .5s ease-in;
}

.slide__text p{
	overflow: hidden;
	text-overflow: ellipsis;
}

.slide__content{
	/* height:100%; */
	top:0 !important;
}

.prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -22px;
color: white;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
user-select: none;
}

.next {
left: 0;
border-radius: 0px 3px 3px 0px;
}

.prev {
	right: 0;
	border-radius: 3px 0px 0px 3px;
}


.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
	color: white;
	text-decoration: none;
}


.slide__text {
color: #f2f2f2 !important;
font-size: 15px !important;
padding: 8px 12px !important;
position: absolute !important;
/* bottom: 8px !important; */
width: 100% !important;
text-align: center !important;
opacity: 1 !important;
}

@media only screen and (max-width: 300px) {
.prev, .next,.text {font-size: 11px}
}
