.um-banner {
  .cylon-banner {
    margin: unset;
    height: auto;
    li {
      padding: unset;
    }
  }

  .dots {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;

    .dot-box {
      height: 20px;
      width: 20px;
      border-radius: 50%;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 3px;

      .dot-content {
        height: 6px;
        width: 6px;
        background-color: #f48120;
        border-radius: 50%;
      }
    }
  }
}
