.dp-calendar button [class*="icon"] {
    display: block !important; 
}
/* Content Slider: Graffito-style controls */
#item-1782344776639 .ba-slideshow {
  position: relative;
}

#item-1782344776639 .ba-slideshow-nav {
  top: auto !important;
  bottom: 73px !important;
  height: 0 !important;
}

#item-1782344776639 .slideshow-btn-prev,
#item-1782344776639 .slideshow-btn-next {
  top: 0 !important;
  bottom: auto !important;
  right: auto !important;
  transform: none !important;
  width: 12px !important;
  height: 20px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff !important;
  opacity: .7 !important;
  font-family: ArvoRegular, Helvetica, Arial, sans-serif !important;
  font-size: 39px !important;
  line-height: 20px !important;
}

#item-1782344776639 .slideshow-btn-prev {
  left: 56% !important;
}

#item-1782344776639 .slideshow-btn-next {
  left: calc(56% + 16px) !important;
}

#item-1782344776639 .slideshow-btn-prev:before {
  content: '‹' !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

#item-1782344776639 .slideshow-btn-next:before {
  content: '›' !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

#item-1782344776639 .ba-slideshow-dots {
  counter-reset: slide;
  bottom: 25px !important;
  left: 31% !important;
  right: auto !important;
  width: auto !important;
  height: 48px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

#item-1782344776639 .ba-slideshow-dots > div {
  counter-increment: slide;
  width: 30px !important;
  height: 30px !important;
  margin: 0 1px !important;
  border-radius: 100% !important;
  background: #fff !important;
  color: #000 !important;
  opacity: .7 !important;
  font-family: ArvoRegular, Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 30px !important;
  text-align: center !important;
}

#item-1782344776639 .ba-slideshow-dots > div.active {
  width: 48px !important;
  height: 48px !important;
  background: #71b2fb !important;
  opacity: 1 !important;
  font-size: 25px !important;
  line-height: 48px !important;
}

#item-1782344776639 .ba-slideshow-dots > div:before {
  content: counter(slide) !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

/* Mobile: picture first, headline only below it */
@media (max-width: 767px) {
  #item-1782344776639 .item .column-wrapper {
    flex-direction: column;
  }

  #item-1782344776639 .item .column-wrapper > .ba-grid-column-wrapper:first-child {
    order: 2;
  }

  #item-1782344776639 .item .column-wrapper > .ba-grid-column-wrapper:last-child {
    order: 1;
  }

  #item-1782344776639 .item p,
  #item-1782344776639 .item .ba-item-button {
    display: none;
  }
}