
#cc-inner{position:relative}
.local-carousel-layer{
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:500px;
  overflow:hidden;
  z-index:0;
  pointer-events:none;
}
.local-carousel-layer .lc-slide{
  position:absolute;
  inset:0;
  background:center -200px/cover no-repeat;
  opacity:0;
  transition:opacity 1.2s ease;
}
.local-carousel-layer .lc-slide.active{opacity:1}
@media(max-width:767px){
  .local-carousel-layer{height:350px}
}

/* Mobile-only carousel framing and title adjustments */
@media(max-width:767px){
  .local-carousel-layer .lc-slide{
    background-position:center top !important;
  }
}

/* Mobile-only adjustments */
@media(max-width:767px){
  #cc-m-11205282123{
    position:relative !important;
    top:-100px !important;
  }
  #cc-m-header-11205282123{
    font-size:25% !important;
    line-height:1.1 !important;
  }
}
