#fadeshow1 .gallerylayer img{ /* make all images inside fadeshow4 scale to 100% of slideshow width */
  width: 100%;
  height: auto;
}

#fadeshow1 {
    height: 200px !important;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 40px;
    z-index: 1;
  }

/* scale slideshow to fit screen */
@media screen and (min-width: 1000px) {
  #fadeshow1 {
    height: 480px !important;
    width: 720px !important;
  }
}