.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 420px;
height: 642px; /* Set height to be able to contain height of largest content shown*/
border: 1px solid #ebebeb;
overflow: hidden;
margin-bottom: 20px;
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 10px;
visibility: hidden;
width: 420px;
}



