html.fsvs.demo #fsvs-body > .slide.nth-class-1 {
background-image: url("../img/1.jpg");
background-size: cover;
background-repeat: no-repeat;
}

html.fsvs.demo #fsvs-body > .slide.nth-class-2 {
background-image: url("../img/2.jpg");
background-size: cover;
background-repeat: no-repeat;
}

html.fsvs.demo #fsvs-body > .slide.nth-class-3 {
background-image: url("../img/3.jpg");
background-size: cover;
background-repeat: no-repeat;
}

html.fsvs.demo #fsvs-body > .slide.nth-class-4 {
background-image: url("../img/4.jpg");
background-size: cover;
background-repeat: no-repeat;
}

.new-slide {
background-image: url("../img/5.jpg");
background-size: cover;
background-repeat: no-repeat;
}