/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 21 2025 | 12:28:03 */
@media (max-width: 550px) {
  .uk-slideshow-items {
    min-height: 550px !important;
  }

} 

@media (min-width: 550px) {
  .uk-slideshow-items {
    margin-top: 20px !important;
  }

} 
