/*padding around calendar layout*/
.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
    padding-left:0 !important;
    padding-right:0 !important;
	}
    
.tribe-events .tribe-events-l-container {
    padding-bottom:0 !important;
    padding-top:0 !important;
	}

.tribe-common .tribe-common-l-container {
    padding-left:0 !important; 
    padding-right:0 !important;
	}
	
.tribe-events .entry-content ul {
    margin-left: 0 !important;
}

.tribe-events .tribe-events-c-nav__list {
	padding: 0 !important;
	margin: 0 !important;
	}
    
/* Malcolm's Changes*/
/* calendar photo size */
.tribe-events-pro .tribe-events-pro-photo__event-featured-image-wrapper {
    overflow: hidden !important;
    border-bottom: 2px solid #333 !important;
    aspect-ratio: 16 / 9 !important;
}

.tribe-events-pro .tribe-events-pro-photo__event-featured-image, .tribe-events-pro .tribe-events-pro-photo__event-featured-image-link {
    aspect-ratio: 16 / 9 !important;
    object-fit: cover; /* this forces the image to fit the parent container*/
}

/* event details */
.tribe-events-meta-group {
    width: auto !important;
}

.single-tribe_events .tribe-events-event-meta {
    padding: 24px !important;
}