

.hub-slider { position: relative; min-height:450px }

.hub-slider ul { list-style: none; }

.hub-slider ul li p{font-size:16px}
.hub-slider ul li {
  width: 100%;
  height: 300px;
  background: #fff;
  line-height:300px;
  position: absolute;
  border-radius:5px;
  left: 0;
  top: 0;

}

.hub-slider-controls {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
}

.hub-slider-arrow {
  width: 40px;
  height: 40px;
  border: none;
  background: #e62f54;
  color: #fff;
  font-weight: bold;
}
