.slideshow-item {
width: 100%;
overflow: hidden;
position: relative;
}
/* you can style the question and answer as you like beyond this;
I had them each 80% wide and the answer pushed to the right */
.question, .answer {
position: relative;
display: none;
}
/* No-JS fallback */
.slideshow-item:first-child > * {
display: block;
}