    /*body {
      border: none;
      margin: 0;
      background: #003e50;
      font: normal 16px/20px Lekton, sans-serif;
      min-width: 1280px;
    }*/

    /*h1, h2 {
      font-family: 'Lobster', cursive;
      font-size: 40px;
      text-shadow: 10px 10px 20px rgba(0, 0, 0, 0.30);
      color: #FFFFFF;
      font-weight: 200;
    }*/

    .player {
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    }

    .player.fullscreen {
      border-radius: 0;
      border: 0px solid #fff;
      box-shadow: none;
    }

    #wrapper {
  /*    position: relative;
      padding: 30px 20px;
      z-index: 10;*/
      /*position: relative;*/
      width: 70%;
      /*height: 350px;*/
      margin-bottom: 20px;
    }

    .controls {
      position: relative;
      width: 800px;
      margin: 0 50px;
    }

    /*.player-container {*/
      /*width: 80vw;
      min-width: 600px*/
      /*position: relative;*/
      /*width: 70%;
      height: 350px;*/

    /*}*/

    #wp {
      position: absolute;
      right: 60px;
      top: 20px;
      z-index: 10;
      min-width: 300px;
      background: rgba(0, 0, 0, 0.55);
      /*background: #ffb200;*/
      color: #fff;
      font-size: 24px;
      line-height: 24px;
      padding: 20px;
      cursor: pointer;
      text-align: left;
      border-radius: 10px;
      font-family: 'Lobster', cursive;
    }

    #wp:hover {
      background: #000000;
    }

    #wp img {
      width: 60px;
      margin-right: 20px;
    }

    @media only screen and (max-device-width: 480px) {

    /*  body {
        width: 100%;
        min-width: 0;
        padding: 0;
      }

      h1 {
        margin-top: 80px;
        text-align: left;
        font-size: 40px;
        font-family: 'Lobster', cursive;
        line-height: 1;
      }

      h2 {
        font-size: 25px;
        text-align: left;
        line-height: 1.2;
      }*/

      #wrapper {
        position: relative;
        width: 90%;
        min-width: 0;
        padding: 0;
      }

      .player-container {
        width: 100%;
        min-width: 0;
      }

      .controls {
        position: relative;
        width: 100%;
        margin: 0;
      }

      #wp {
        position: relative !important;
        top: auto;
        left: auto;
      }
	}*/

.yt-title-text {
    text-decoration: none;
    -webkit-transition: color .1s cubic-bezier(0,0,.2,1);
    transition: color .1s cubic-bezier(0,0,.2,1);
    min-height: 52px;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
    outline: 0;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #eee;
    text-align: left;
    direction: ltr;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    touch-action: manipulation;
    vertical-align: top;
    max-width: 100%;
    /*padding-top: 12px;*/
    font-size: 18px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .yt-title-text {
    font-size: 10px;
    margin-top: -6px;
  } 
}
