.cn-player {
  width: 100%;
  position: relative;
  background-color: black;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: 3.5px 3.5px 15px 0px #ddd;
  overflow: hidden;
  text-align: center;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cn-player:fullscreen {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.cn-player:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.cn-player:focus svg.icon, .cn-player:active svg.icon {
  outline: 0;
  box-shadow: 0 0 0 2px #4c9aff;
}

.cn-player > iframe {
  width: 100%;
  height: 100%;
}

.cn-player .icon {
  width: 20px;
  height: 20px;
}

/*# sourceMappingURL=http://127.0.0.1/css/course-path/components/cn-player/cn-player.css.map */
