/* body {
    background-color: blue; 
}
*/
#iframe-background {
    border-width: 0px ;
    position : absolute ;
    height: 100% ;
    width: 100% ;
   /* background-color: blueviolet; */
}

.slide {
    /* background-color:darkblue ; */
    height:100% ; /* % of containing block */
    width: 100% ;
}

#iframe-image-reload {
    display : none
}
