Monday 22nd December – Friday 2nd January inclusive
Closing at 12 noon Friday 19th December 2025
/* Calendar page & Calendar blocks — show full image, not cropped */
.sqs-calendar-block .eventimage,
.sqs-calendar .eventimage,
.events-collection-month .eventimage,
.events-collection .calendar-image {
background-size: contain !important; /* was cover */
background-position: center !important;
background-repeat: no-repeat !important;
padding: 6% !important; /* tiny inset so edges don't kiss */
box-sizing: border-box;
}
/* If your template uses tags instead of background images */
.sqs-calendar-block .eventimage img,
.events-collection-month .eventimage img {
width: 100% !important;
height: 100% !important;
object-fit: contain !important;
padding: 6% !important;
box-sizing: border-box;
}
Monday 22nd December – Friday 2nd January inclusive
Closing at 12 noon Friday 19th December 2025