.container {
    width: 650px;
    display: block;
    margin: auto;  
    padding-top: 5%;
}

.cycle-slideshow {
    width: 650px;
}

.images_slide {
    width: 650px;
    height: 450px;
        cursor: e-resize;
}

div.text-book {
    font-family: 'arial';
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    line-height: 22px;
    word-spacing: -2px;
    text-align: left;
}

div.cycle-caption {
    text-align: center;
    background:  ;
    font-family: 'arial';
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 22px;
    word-spacing: -2px;
}

.vollkorn-book {
        font-size: 17.5px;
        line-height: 22px;
        font-family: 'vollkornsemibold';
        letter-spacing: 1px;
        text-align: center;
        background: ;
}
@media only screen and  (min-width: 1500px) {

    .container {
    width: 900px;
    display: block;
    margin: auto;  
    padding-top: 5%;
}

.cycle-slideshow {
    width: 900px;
}

.images_slide {
    width: 900px;
    height: auto;
        cursor: e-resize;
}

div.text-book {
    font-family: 'arial';
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    line-height: 22px;
    word-spacing: -2px;
    text-align: left;
    padding-left: 125px;
    padding-right: 125px;
    background: ;
}





