.thumbnail-1 {	display: block;	position: relative;	overflow: hidden;}.thumbnail-1 img {	width: 100%;}@media (max-width: 767.98px) {	.thumbnail-1 {		max-width: 390px;		margin-left: auto;		margin-right: auto;		text-align: center;	}}.desktop .thumbnail-1::before {	position: absolute;	left: 0;	top: 0;	bottom: 0;	right: 0;	display: flex;	justify-content: center;	align-items: center;	content: '+';	color: #FFF;	font-size: 60px;	background-color: rgba(255, 183, 43, 0.5);	pointer-events: none;}.desktop .thumbnail-1::before {	opacity: 0;	transform: scale(0.5);	transition: all 0.3s ease-in-out;}.desktop .thumbnail-1:hover::before {	opacity: 1;	transform: scale(1);}.thumbnail-circle {	border-radius: 50%;}.thumbnail-circle::before {	border-radius: 50%;}