/* Custom class for the panel slider */
.uk-panel-slider-custom .el-item {
  display: none;
}

/* Initially show the content of the first item */
.uk-panel-slider-custom .uk-slider-items > li.uk-active .el-item {
  display: block;
}
