.vjs-embed-button {
   background-repeat: no-repeat;
   background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyNSAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy4xMiAxMC4yNFY4LjQzMkwyLjgxNiA2LjcwNCA3LjEyIDQuOTkyVjMuMTY4TC44IDUuOTUydjEuNTA0bDYuMzIgMi43ODR6bTIuNDc2IDMuNjhoMS43NDRMMTUuMTguMjcyaC0xLjc0NEw5LjU5NiAxMy45MnptOC4zNjQtMy42OGw2LjMyLTIuNzg0VjUuOTUybC02LjMyLTIuNzg0djEuODI0bDQuMzA0IDEuNzI4LTQuMzA0IDEuNzEydjEuODA4eiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
   background-position: center;
}
.vjs-embedoverlay {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   position: absolute;
   top: 0;
   width: 100%;
   height: 100%;
   padding: 20% 2.5rem 0;
   background-color: #333;
   z-index: 3;
}
.vjs-embedoverlay-input {
   font-size: 0.8125rem;
   line-height: 1.125rem;
   font-family: "Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   width: 100%;
   height: 3rem;
   color: #333;
   padding: 0.25rem 0.625rem 0;
   border: 0.0625rem solid #bdbdbd;
   outline: none;
}
.vjs-embedoverlay-text {
   font-size: 1rem;
   line-height: 1.25rem;
   font-family: "Guardian Egyptian Web","Guardian Text Egyptian Web",Georgia,serif;
   font-weight: normal;
   display: block;
   color: #ffffff;
   text-align: center;
   margin-bottom: 1.5rem;
}
.vjs-control-bar {
   z-index: 4;
}