.demo {
  width:780px;
  margin: 20px auto;
}
#lightSlider {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom:0;
}

.slideimg {
  display: block;
  height: auto;
  width: 100%!important;
  height: 520px;
  object-fit: cover;
}

.lSSlideOuter .lSPager.lSGallery li {
  opacity: 0.5;
}

.lSSlideOuter .lSPager.lSGallery li.active {
  opacity: 1;
}

lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li{
border-radius: 0;
}

lSSlideOuter .lSPager.lSGallery li.active:hover, .lSSlideOuter .lSPager.lSGallery li:hover {
border-radius: 0;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: 64px;
  max-width: 100%;
}



/* CODE PEN CSS */
/* body{
font-family: sans-serif;
}
.footer{
  background: #ca7800;
  padding: 20px;
  text-align: center;
  margin-top: 50px;
}

.footer a{
padding:10px 15px;
color:#fff;
font-weight:500;
font-size:18px;
text-decoration:none;
} */