
div.DnnModule.DnnModule-LiveSlider {
  flex-basis: 100%;
  margin: 0 auto 1.5rem;
  overflow: hidden;
  width: 100%;
}

div.DnnModule.DnnModule-LiveSlider.first-child {
  margin: 0 auto 1.5rem;
}

.DNNModuleContent.ModLiveSliderC {
  width: 100%;
  max-width: 100%;
}

.DNNModuleContent.ModLiveSliderC.first-child {
  margin-top: 0;
}

.DNNModuleContent.ModLiveSliderC a.next {
  display: block;
  font-size: 0;
  color: transparent;
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 99;
  bottom: 12%;
}

.DNNModuleContent.ModLiveSliderC a.next:after {
  content: "\f107";
  display: inline-block;
  color: white;
  font-size: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  background-color: #efaa00;
}

@media (max-width: 767px){
  .DNNModuleContent.ModLiveSliderC .ls-container .ls-inner .ls-slide span.ls-l {
    font-size: 1rem!important;
  }
}