@charset "utf-8";
/* CSS Document */
@import url("slider-gsap-virsion-02/css/style.css");
.slider ul li:first-of-type {
    background-image: url(LorenzoMingotti/a.JPG);
    background-repeat: no-repeat;
    background-size:contain;
    background-color:rgb(233, 233, 242);
}

.slider ul li:nth-of-type(2) {
  background-image:url(LorenzoMingotti/b.JPG);
  background-repeat: no-repeat;
    background-size:contain;
    background-color:rgb(233, 233, 242);
}

.slider ul li:last-of-type {
  background-image:url(LorenzoMingotti/c.JPG);
 background-repeat: no-repeat;
    background-size:contain;
    background-color:rgb(233, 233, 242);
}