@charset "UTF-8";
/**
 * Clay 3.61.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-preview {
  font-size: 0.875rem;
  max-width: 600px;
}
.video-preview-placeholder {
  align-items: center;
  background-color: #f1f2f5;
  display: flex;
  justify-content: center;
}
.video-preview-placeholder .lexicon-icon {
  color: #cdced9;
  font-size: 2rem;
}
.video-preview-placeholder-text {
  bottom: 1rem;
  color: #6b6c7e;
  font-size: 0.875rem;
  font-weight: 600;
  position: absolute;
  text-align: center;
  width: 100%;
}
.video-preview-aspect-ratio {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.video-preview-aspect-ratio embed,
.video-preview-aspect-ratio iframe:not([data-video-liferay]),
.video-preview-aspect-ratio object {
  background-color: #000;
}
.video-preview-aspect-ratio embed,
.video-preview-aspect-ratio iframe,
.video-preview-aspect-ratio object,
.video-preview-aspect-ratio .video-preview-placeholder {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video-preview-sm {
  max-width: 360px;
}
.video-preview-framed {
  background-color: #fff;
  border: 1px solid #e7e7ed;
  border-radius: 0.25rem;
  max-width: calc( 			2rem + 602px 		);
  padding: 1rem;
}
.video-preview-framed.video-preview-sm {
  max-width: calc( 				2rem + 362px 			);
}

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