
.vertical-center
{
  display:flex;
  align-items: center;
  flex-direction: row;
}
.lSPager
{
  text-align: left !important;
}
.banner
{
  position: relative;
}
.banner_image
{
  max-height: 600px;
  overflow: hidden;
}
.lSPager
{
  position: absolute;
  left:0;
  right:0;
}
.lSSlideOuter .lSPager.lSpg > li a
{
  width:60px;
  height:6px;
  background:white;
  border-radius:0 !important;
}
.lSSlideOuter .lSPager.lSpg > li.active a
{
  background:#ee2d1e;
}

.lSAction > a
{
  position: absolute;
  right:0 !important;
  left:auto !important;
  opacity: 1;
  height:40px;
  top:auto;
}
.lSAction > a.lSPrev
{
  transform:translateX(calc(-100% - 20px));
}
.lSAction > a i
{
  color:white;
  font-size:40px;
}

@media(min-width:576px)
{
  .lSPager {
    margin:0 auto !important;
    width:540px;
  }
}
@media(min-width:768px)
{
  .lSPager {
    margin:0 auto !important;
    width:720px;
  }
}
@media(min-width:992px)
{
  .lSPager {
    margin:0 auto !important;
    width:960px;
  }
}
@media(min-width:1200px)
{
  .lSPager {
      margin:0 auto !important;
      width:1140px;
  }
  .lSAction > a
  {
    right:calc((100vw - 1140px) / 2) !important;
  }
}
