 /* used in public site */
 body.videoms-public-site {
  margin: 0px;
  background-color: rgb(245, 245, 245);
}

.videoms-public-site .page-container {
  margin: 0 auto;
  width: 680px;
  height: 100%;
  background-color: white;
  padding: 10px;
}
.videoms-public-site .playlist-header-image, .videoms-public-site .playlist-footer-image {
  width: 680px;
}

/* used in embedding */
.videoms-clip-box {
  border-top: 1px solid rgb(210, 210, 210);
  margin-bottom: 20px;
}

.videoms-clip-box h2 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
}

.page-content a, .videoms-clip-box a {
  text-decoration: none;
}

.videoms-left-pane {
  display: flex;
}

.videoms-preview {
  display: flex;
  justify-content: space-between;;
}

.videoms-posterimage {
  width: 128px;
}

.videoms-details {
  flex-grow: 1;
}

.videoms-clip-info {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
}

.videoms-details .item {
  display: flex;
  margin-bottom: 5px;
  /* font-size: 0.9rem; */
}

.videoms-details .item .label {
  font-weight: bold;
  margin-right: 5px;
}
s
.videoms-details .item .text {
  margin-left: 10px;
  text-align: justify;
  text-justify: inter-word;
}

.videoms-download-links {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  /* font-size: 0.9rem; */
}

.videoms-download-links a {
  margin-bottom: 15px
}


/* .clips {
  height: 100%;
} */
