.block.post-listing{margin:30px 0;}
.block.post-listing .post-listing-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px;}
.block.post-listing .post-single{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:30px;}
.block.post-listing .post-single .post-image{width:40%;position:relative;}
.block.post-listing .post-single .post-details{width:60%;position:relative;}
.block.post-listing .post-single .post-details > *:first-child{margin-top:0 !important;}
.block.post-listing .post-single .post-details > *:last-child{margin-bottom:0 !important;}
.block.post-listing .post-single .post-details .post-title a{color:inherit;text-decoration:none;}
.block.post-listing .post-single .post-image a{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden;width:100%;height:100%;}
.block.post-listing .post-single .post-image a img{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-o-object-fit:cover;object-fit:cover;max-width:inherit !important;max-height:inherit !important;width:100%;height:100%;-webkit-transition:-webkit-transform 0.7s ease;transition:-webkit-transform 0.7s ease;-o-transition:transform 0.7s ease;transition:transform 0.7s ease;transition:transform 0.7s ease, -webkit-transform 0.7s ease;-webkit-transform-origin:-25% -25%;-ms-transform-origin:-25% -25%;transform-origin:-25% -25%;}
.block.post-listing .post-single .post-image a:hover img {
	-webkit-transform: scale(1.1) translate(-50%, -50%);
		-ms-transform: scale(1.1) translate(-50%, -50%);
			transform: scale(1.1) translate(-50%, -50%);
}