.clpp-container {
  display: block;
  vertical-align: top;
  overflow: hidden;
  box-sizing: border-box;
  background-color: transparent;
  position: relative;
  padding: 0;
  padding-top: 0px;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
}

.clpp-hidden {
  display: none;
}

.clpp-fill {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.clpp-16-9 {
  /* padding-top: 56.25%; */
  /* width: 100%; */
  /* max-width: 100%; */
  /* height: 0; */
}

#sample_title {
  padding: 5px;
}

.clpp-ima > div {
  position: absolute;
  top: 0;
  left: 0
}
