
[aria-hidden="true"] {
opacity: 0;
position: absolute;
z-index: -9999;
pointer-events: none;
}

    .btngosell {
      font-size: 12px !important;
      font-weight: 600;
      color: #ffffff;
      background: #ff725e;
      border: 1px solid #ff725e;
      display: inline-block;
      padding: 6px 15px;
      border-radius: 8px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }


    .dot {
  height: 20px;
  width: 20px;
  background-color: rgb(22 163 74);
  border-radius: 50%;
  display: inline-block;
}

    .view-all a {
    font-size: 12px !important;
    padding: 6px 15px !important;
}
.view-all2 a {
  background-color: transparent;
  border: 1px solid #ff725e;
font-size: 12px !important;
padding: 6px 15px !important;
border-radius: 5%;
}


    .rddiv {
      border-radius: 5%;
      background-color: #e0e0e0;
      padding: 10px;
    }

    .vcontainer {
      width: 100%;
      position: relative;
      padding-bottom: 56.25%; /* 315 / 560 * 100% = 56.25% */
    }

    .vvideo {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
