.sda-event-poster {
	max-width: 760px;
	margin: 28px auto;
	text-align: center;
}

.sda-event-poster a {
	display: block;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 14px 38px rgba(7, 26, 61, 0.14);
	cursor: zoom-in;
}

.sda-event-poster img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.25s ease;
}

.sda-event-poster a:hover img,
.sda-event-poster a:focus img {
	transform: scale(1.015);
}

.sda-event-poster figcaption {
	margin-top: 10px;
	color: #667085;
	font-size: 13px;
}
