/* example of use

  // position of each element is defined relative to parent container (from 0 0 to 100% 100%)
  $someElements: (
    (width: 50%, height: 3rem, position: 0 0),
    (width: 4rem, height: 4rem, position: 0 12rem),
    (width: calc(100% - 6rem), height: 4rem, position: 100% 12rem)
  );

  .container {
    @include skeletonPlaceholder.placeholder($someElements);
  }
*/
@keyframes thpwD {
  to {
    opacity: 0.5;
  }
}
.av2SC {
  display: contents;
}

._2MdGr {
  position: relative;
  pointer-events: none;
}
._2MdGr:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
[dir] ._2MdGr:before {
  background-color: #FFF;
}
[dir=ltr] ._2MdGr:before {
  left: 0;
}
[dir=rtl] ._2MdGr:before {
  right: 0;
}
._2MdGr:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 2;
}
[dir] ._2MdGr:after {
  background-image: linear-gradient(#EBEBEB, #EBEBEB);
  background-size: 100% 100%;
}
[dir=ltr] ._2MdGr:after {
  left: 0;
  animation-name: thpwD;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
[dir=rtl] ._2MdGr:after {
  right: 0;
  animation-name: thpwD;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

.hLcO0 {
  display: contents;
}