

.admo-featured-event { width:100%; position:relative; margin:1rem 0; }
.admo-featured-event-image { width:100%; }
.admo-featured-event-image-img { 
  width:100%;
  padding-bottom:100%;
  background-position:center center; 
  background-size:cover;
  border-radius:20px 0 20px 0;
}

.admo-featured-event-content { width:100%; position:relative; padding:0 20px; margin-top:-40px; }
.admo-featured-event-content-hold { background-color:var(--cty-brand-pink); color:white; padding:1.5rem; border-radius:20px 0 20px 0; }

.admo-featured-event-subhead { font-weight:800; font-size:0.7rem; margin-bottom:0.5rem; text-transform:uppercase; }
.admo-featured-event-headline { font-weight:400; font-family: 'Changa One', sans-serif; font-size:1.6rem; line-height:1.1; margin-bottom:0.5rem; }
.admo-featured-event-text { font-weight:500; font-size:0.9rem; margin-bottom:0.5rem; }

@media all and (min-width: 992px) {
  .admo-featured-event-image-img { 
    padding-bottom:50%;
    border-radius:40px 0 40px 0;
  }
  .admo-featured-event-content { 
    padding:0 40px; margin-top:-60px; 
  }
}