/**
 * All custom CSS modifications should be kept in this file. When updating move this file
 * from the old installation to the updated one. This will preserve all your CSS customisations.
 *
 * This file gets included last, so any CSS rule written below will override a previously declared one.
 *
 * Add your CSS modifications below:
 */

	.slide .info {
		width: 450px;
		overflow: hidden;
		position: relative;
		text-align: center;
		padding: 0 20px;
		color: #111;
		opacity: 1;
		-moz-transition: opacity .5s;
		-webkit-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
	}

.widget {
	text-align: left;
	margin: 0 0 25px;
	position: relative;
	overflow: hidden;
}


	.textwidget {
		margin: 3px 0 0 3px;
		font: normal 13px/24px "Merriweather", georgia, serif;
		color: #000;
	}

	.project .hover-box {
		width: 100%;
		height: 100%;
		text-align: center;
		position: absolute;
		background: rgba(0, 0, 0, 0.3);
		background-image: -moz-radial-gradient(center center, ellipse,
				transparent,
				rgba(0, 0, 0, 0.33) 100%
			);
		top: 0;
		left: 0;
		color: #fff;
		opacity: 0;
		-moz-transition: opacity 0.4s;
		-webkit-transition: opacity 0.4s;
		-o-transition: opacity 0.4s;
		transition: opacity 0.4s;
	}

http://serinkucuk.co.uk/wp-content/uploads/2016/09/SerinKucuk_MinWebsiteLogo-01.png