.slideshow_container#ICOE_Book_Slider > .slideshow .slider-container.pix_container {
  float: right;
  padding: 0 0 0 10px;
  width: 40%;
  text-align: center;
}

.slideshow_container#ICOE_Book_Slider > .slideshow .slider-container.text_container {
  float: left;
  padding: 0;
  width: 60%;
}

@media screen and (min-width: 201px) {
  .slideshow_container#ICOE_Book_Slider > .slideshow .slider-container.text_container {
    float: none;
    width: 100%;
  }

  .slideshow_container#ICOE_Book_Slider > .slideshow .slider-container.pix_container {
    float: none;
    margin-right: auto;
    margin-left: auto;
    width: 70%;
  }
}

@media screen and (min-width: 500px) {
  .slideshow_container#ICOE_Book_Slider > .slideshow .slider-container.text_container {
    float: left;
    width: 50%;
  }

  .slideshow_container#ICOE_Book_Slider > .slideshow .slider-container.pix_container {
    float: right;
    max-width: 1200px;
    width: 50%;
  }
}.slide {
  display: none;
}
.slide.active {
  display: block;
}
