body,
html {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.plyr--video {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video-js {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.wrapper {
    min-height: 100%;
    min-width: 100%;
    background: #30516A;
    overflow: hidden;
}

.text_info {
    color: #eee;
    text-align: center;
    margin: 30px 20px;
}

.text_info a {
    color: #CDEAFF;
    font-weight: 600;
}

.text_info li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.text_info ul {
    margin: 0;
    padding: 0;
}