/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 27 2025 | 15:37:20 */
@media (max-width: 550px) {
  .uk-slideshow-items {
    min-height: 550px !important;
  }

} 

@media (min-width: 550px) and (max-width: 600px) {
  .uk-slideshow-items {
    min-height: 700px !important;
  }
}

@media (min-width: 550px) {
  .uk-slideshow-items {
    margin-top: -20px !important;
  }

}

