@charset "UTF-8";
/**
 * Clay 3.37.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
video {
  background-color: #000;
  display: block;
  height: 100vh;
  width: 100%;
}

.video-embed-placeholder {
  align-items: center;
  background-color: #f1f2f5;
  display: flex;
  justify-content: center;
  height: 100vh;
  position: relative;
}
.video-embed-placeholder .lexicon-icon {
  color: #cdced9;
  font-size: 2rem;
}
.video-embed-placeholder-text {
  bottom: 1rem;
  color: #6b6c7e;
  font-size: 0.875rem;
  font-weight: 600;
  position: absolute;
  text-align: center;
  width: 100%;
}

/*# sourceMappingURL=embed.css.map */