.outside .cycle-slideshow {
  background-color: #ccc;
}
.cycle-slideshow, .center {
  width: 618px;
  text-align: center;
  margin: 20px auto 0 auto;
  box-sizing: border-box;
}
.application_container .cycle-slideshow {
  margin: 0 auto;
}
.outside .cycle-slideshow img {
  width: 100%;
  margin: 0;
  border: 1px solid #CCC;
  box-sizing: border-box;
}
.darkTheme .cycle-slideshow img {
  border: 1px solid #4083c6;
}
#prev img, #prev2 img, #prev3 img, #next img, #next2 img, #next3 img {
  border: 0;
  margin: 0 20px;
}
.center .custom-caption {
  position: relative;
  top: -5px;
}
/* up to screen width of 655px, image looks good */
@media screen and (max-width: 655px) {
  .cycle-slideshow, .center {
    width: 100%;
  }
}
