.slideshow { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.slideshow__item {
	height:100%;
}
.slideshow__slide { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.slideshow__box { 
	position:relative;
    width: 100%;
    height: 100%;
    color: transparent;
    display:none;
}