a{
	text-decoration: none;
	color: #000000;
  	transition: 0.3s;
}
a:hover{
	color: #6c757d;
}
.series-thumb:hover{
	
}
.gallery_image_box{
	overflow: hidden;
  	transition: 0.2s;
}
.gallery_image_box:hover{
	opacity: 0.7;
}
.overflow{
	white-space: wrap;
	text-overflow: ellipsis;
}
