.my-video-dimensions.vjs-fluid {
    padding-top: 56.25%;
  }

  .video-container {
    position: relative;
    margin: 0 !important;
  }

  .video-container video {
    width: 100%;
  }

  .video-js .vjs-big-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .preroll-active .vjs-play-progress {
    background: goldenrod;
  }

  .preroll-active .vjs-slider {
    background: gold;
  }

  .preroll-active .vjs-progress-holder .vjs-load-progress div {
    background: goldenrod !important;
  }

  /* Styles for the ad time display */
  #ad-time {
    position: absolute;
    bottom: 35px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
  }

  #skip-button {
    position: absolute;
    bottom: 35px;
    right: 10px;
    background-color: #ffd;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
  }