/**
 * Cast un poco más grande que el default; cabe en la barra (#videojs-container).
 */
#videojs-container .video-js .vjs-chromecast-button {
  align-items: center;
  padding: 0.25rem 0.4rem;
  min-height: 0;
}

#videojs-container .video-js .vjs-chromecast-button .vjs-icon-placeholder {
  width: 18px;
  height: 18px;
  min-width: 18px;
  background-size: 18px 18px;
}

#videojs-container .video-js .vjs-chromecast-button .vjs-chromecast-button-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-left: 5px;
}

@media (min-width: 640px) {
  #videojs-container .video-js .vjs-chromecast-button {
    padding: 0.28rem 0.45rem;
  }

  #videojs-container .video-js .vjs-chromecast-button .vjs-icon-placeholder {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-size: 20px 20px;
  }

  #videojs-container .video-js .vjs-chromecast-button .vjs-chromecast-button-label {
    font-size: 0.8125rem;
    margin-left: 6px;
  }
}
