/* .title-back{background-image: url("/assets/img/animated-bgs/photo.gif");} */

.abstract, .listing-main{width: var(--bodywidth);}

.abstract{
	position: relative;
	margin-top: 50px;
	background-color: black;
}

.abstract-txt{margin: 30px;}

.thumb-c{
	margin: 15px;
	width: 250px;
	min-width: 250px;
	height: 250px;
	overflow: hidden;
	object-fit: cover;
	border: 3px solid var(--cyan);
	transition: border-color 0.3s ease-in-out;
}

.thumb-c:hover{
	border: 3px dashed var(--cyandark);
}

.thumb-c img{ object-fit: cover;}

.thumb{
	transform: scale(2);
	height: 250px;
	margin-left: -50%;
}

.overlay{
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	background-color: var(--greyshade);
	backdrop-filter: blur(10px);
	width: 100%;
	height: 100%;
	overflow: hidden;
	flex-direction: column;
}

.overlay-img-c{
	width: 85%;
	height: 85%;
	margin: auto;
}

.overlay-img{
	max-width: 100%;
	max-height: 100%;
	border: 3px solid var(--cyan);
	box-shadow: 0px 0px 40px black;
}

.overlay-label-c{
	padding-bottom: 30px;
}

.overlay-label{
	padding: 5px 10px 5px 10px;
	background-color: var(--cyan);
	box-shadow: 0px 0px 40px black;
}
