hr {
  box-sizing: content-box;
  height: 0;
  margin: 25px 0;
  border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-top: 1px solid #ccc;
}
.videock iframe, .videock video, .iframeck iframe, .embedck embed {
    position: absolute;
    height: 100%;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    object-fit: cover;
}