.glider-contain {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .glider {
    margin: 0 auto;
    position: relative;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    transform: translateZ(0);
  }
  .glider-track {
    transform: translateZ(0);
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    z-index: 1;
  }
  .glider.draggable {
    user-select: none;
    cursor: -webkit-grab;
    cursor: grab;
  }
  .glider.draggable .glider-slide img {
    user-select: none;
    pointer-events: none;
  }
  .glider.drag {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
  .glider-slide {
    user-select: none;
    justify-content: center;
    align-content: center;
    width: 100%;
  }
  .glider-slide img {
    max-width: 100%;
  }
  .glider::-webkit-scrollbar {
    opacity: 0;
    height: 0;
  }
  .glider-prev,.glider-next {
    user-select: none;
    position: absolute;
    outline: none;
    background: none;
    padding: 0;
    z-index: 2;
    font-size: 40px;
    text-decoration: none;
    left: -23px;
    border: 0;
    top: 30%;
    cursor: pointer;
    color: #666;
    opacity: 1;
    line-height: 1;
    transition: opacity .5s cubic-bezier(.17,.67,.83,.67),
                color .5s cubic-bezier(.17,.67,.83,.67);
  }
  .glider-prev:hover,
  .glider-next:hover,
  .glider-prev:focus,
  .glider-next:focus {
    color: #a89cc8;
  }
  .glider-next {
    right: -23px;
    left: auto;
  }
  .glider-next.disabled,
  .glider-prev.disabled {
    opacity: .25;
    color: #666;
    cursor: default;
  }
  .glider-slide {
    min-width: 150px;
  }
  .glider-hide {
    opacity: 0;
  }
  .glider-dots {
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
  }
  .glider-dot {
    background: none;
    border: 0;
    padding: 0;
    user-select: none;
    outline: none;
    display: block;
    cursor: pointer;
    color: #ccc;
    border-radius: 999px;
    background: #ccc;
    width: 12px;
    height: 12px;
    margin: 7px;
  }
  .glider-dot:hover,
  .glider-dot:focus,
  .glider-dot.active {
    background: #a89cc8;
  }
  @media(max-width: 36em){
    .glider::-webkit-scrollbar {
      opacity: 1;
      -webkit-appearance: none;
      width: 7px;
      height: 3px;
    }
    .glider::-webkit-scrollbar-thumb {
      opacity: 1;
      border-radius: 99px;
      background-color: rgba(156, 156, 156, 0.25);
      box-shadow: 0 0 1px rgba(255,255,255,.25);
    }
  }

  .eobs_widget_card {
    height: 90px;

    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;

    user-select: none;
    cursor: pointer;
  }

  .eobs_widget_subcard {
    margin: auto;
    font-size: 1.3em;
    color: white;
    text-align: center;
  }

  .eobs_container-prev {
    display: inline-block;
    width: 10%;
    text-align: right;
    padding-right: 5px;
    height: 50px;
    position: relative;
    top: -32px;
    user-select: none;
  }

  .eobs_container-next {
    display: inline-block;
    width: 10%;
    text-align: left;
    padding-left: 5px;
    height: 50px;
    position: relative;
    top: -32px;
    user-select: none;
  }

  .eobs_widget-prev {
    font-size: 22px;
  }

  .eobs_widget-prev-max {
    font-size: 29px;
    font-weight: bold;
  }

  .eobs_widget-next {
    font-size: 22px;
  }

  .eobs_widget-next-max {
    font-size: 29px;
    font-weight: bold;
  }

  .eobs_widget-prev:hover, .eobs_widget-prev-max:hover, .eobs_widget-next:hover, .eobs_widget-next-max:hover {
    cursor: pointer;
  }

  .eobs_more_info {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    height: 64px;
    background-color: #fff;
    top: 14px;
    width: 50%;
    left: 20%;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
    border-radius: 4px;
    justify-content: flex-end;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
    overflow: hidden;
    padding-bottom: 4px;
    border: 0.5px solid rgba(0,0,0,0.1);
  }

  .eobs_more_info .eobs_dismiss_btn {
    cursor: pointer;
  }
