embed-action-buttons {
}

.embed-actions {
    position: absolute;
    top: 2%;
    right: 2%;
    opacity: 0.5;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    font-size: 16px;
}

.embed-action > img {
    width: 30px;
    height: 24px;
    margin-top: 3px;
}.vjs-brand-container-link > img {
  width: 30px;
  height: 24px;
  margin-top: 3px;
}

button.vjs-control {
  outline: none;
}body {
    background: #0147A7;
    color: #fff;
}
