.rl-vid-co { position: relative; }
.rl-vid__nut[hidden],
.rl-vid__tieng[hidden] { display: none !important; }

.rl-vid__nut {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  border: 0;
  padding: 0;
  background: none;
  font: inherit;
  color: #fff;
  cursor: pointer;
}
.rl-vid__tron {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(18, 21, 25, .62);
  box-shadow: 0 4px 18px rgba(0, 0, 0, .3);
  transition: background .15s ease, transform .15s ease;
}
.rl-vid__nut:hover .rl-vid__tron { background: var(--rl-do, #E4212A); transform: scale(1.05); }
.rl-vid__nut:focus-visible .rl-vid__tron { outline: 2px solid var(--rl-do, #E4212A); outline-offset: 3px; }
.rl-vid__tron svg { width: 26px; height: 26px; margin-left: 3px; fill: #fff; }
.rl-vid__phim {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #121519;
}

.rl-vid__tieng {
  position: absolute;
  right: .5rem;
  top: .5rem;
  z-index: 4;
  border: 0;
  padding: .3rem .7rem;
  border-radius: 999px;
  background: var(--rl-do, #E4212A);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .35);
  font: inherit;
  font-size: .74rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
.rl-vid__tieng:hover { background: var(--rl-do-dam, #C0272D); }

.woocommerce-product-gallery ol > li.rl-vid-thumb .ct-media-container::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(18, 21, 25, .6) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E") no-repeat 55% 50%/9px 9px;
}
