.slide_pp .slideShow {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.imgSlide.fade img {
    height: auto;
    width: 100%;
}
.slide_pp {
    position: relative;
}


.slide_pp  .imgSlide{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}



/* Fullscreen Mode css*/
.fullScreen{
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

.fullScreenFade a {
    display: block;
    height: 100%;
    width: 100%;
}

.fullscreen .imgSlide {
    background-size: cover;
    background-position: 50% 50%;
}