:root {
  --card-color: #ddd;
  --input-color: #ffffff4f;

  --post-u-name-s: 1rem;

  --font-ss: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.expoler {
  display: flex;
  width: 97%;
  margin-top: 1rem;
}

.expoler > .contenr {
  display: none;
  width: min(1000px, 100%);
  margin: 0 auto;
  columns: 3 130px;
  column-gap: 0.7em;
}

.expoler > .contenr > img {
  display: block;
  margin-bottom: 0.7em;
  width: 100%;
}

.expoler > .contenr > span > .l_video {
  display: block;
  margin-bottom: 0.7em;
  width: 100%;
}

.expoler > .contenr > span {
  display: block;
  margin-bottom: 0.7em;
  width: 100%;
  position: relative;
}

.expoler > .contenr > span > .fa-play {
  position: absolute;
  font-size: 3rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 3px black;
  color: #ddddddd1;
  cursor: pointer;
}
