de-carousel dialog
{
  display: revert;
  width: 90%;
  height: 90%;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 10px solid #444;
}
de-carousel dialog::backdrop
{
  background-color: #000a;
}

de-carousel [cid=item_elems]
{
  position: relative;
  height: 100%;
  width: 100%;
  display: inline-block;
}

de-carousel video
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  object-fit: cover;
}

de-carousel footer
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

de-carousel button
{
  border: 1px solid #f00;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  line-height: 58px;
  padding: 0 40px;
  background-color: #f008;
  text-transform: uppercase;
  cursor: pointer;
}
