.hss-latest-news-article .image-link img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1.75 / 1;
	object-fit: cover;
	border-radius: var(--hss-border-radius);
}

.hss-latest-news-article h2 a {
	color: var(--hss-colour-dark-grey);
	text-decoration: none;
}
.hss-latest-news-article h2 a:hover {
	color: var(--hss-colour-tan);
	text-decoration: none;
}




@media screen and (min-width: 768px) {
	
	.hss-latest-news-article.mariart-grid-row {
		align-items: center;
		flex-direction: row-reverse;
	}
	
}