


@media only screen and (max-width: 900px) {
  #top .avia-featureimage-slideshow .avia-caption-content {
     display: none;
  }
}
 
@media only screen and (max-width: 990px) {  
  #top .avia-featureimage-slideshow .slideshow_align_caption {
    position: absolute;
    right: 0px;
    top: 20px;
    bottom: 20px;
  }
}

@media only screen and (max-width: 650px) {
  #top .avia-featureimage-slideshow .slideshow_align_caption {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
  }  
  #top .avia-slideshow-button {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 525px) {
  #top .avia-featureimage-slideshow .slideshow_align_caption {
    position: absolute;
    right: -50px;
    top: -50px;
    bottom: -50px;
    left: -50px;
    width: auto;
  }  
}





.slide-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.slide-content .entry-content-header {
  order: 2;
}

.slide-content .slide.meta {
  order: 1; 
}

.slide-content .slide-entry-excerpt.entry-content {
  order: 3;
}

