@media (max-width: 768px) {
  /* Stack slider caption below the image instead of over it */
  .cycle-caption,
  .slider-caption,
  .wp-caption,
  .slide-caption {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    font-size: 14px !important;
    padding: 10px !important;
    background: rgba(0,0,0,0.7) !important;
    width: 100% !important;
  }

  /* Shrink slider images to fit screen */
  .cycle-slideshow img,
  .slider img,
  .slideshow img {
    width: 100% !important;
    height: auto !important;
  }
}