.yesp .yesp-controls {
    font-family: 'Open Sans',sans-serif;
    background: #e6bc57;
    width: 100%;
    height: 35px;
    position: absolute;
    z-index: 999;
    bottom: -50px;
    left: 0;
}

.yesp .yesp-title .yesp-title-wrapper {
    padding: 7px 4px 0;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    height: 24px;
    line-height: 18px;
    color: #fff;
    font-weight: normal;
    z-index: 9999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.yesp .yesp-container .yesp-autoposter {
    display: none;
    position: absolute;
    width: 100%;
    height: 5px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.ytp-video-player {
   width: 100%;
   height: 225px
}

.yesp .yesp-playlist {
    float: left;
    width: 200px;
    height: 300px;
    overflow: hidden;
    position: relative;
    display: none;
}

.html5-video-player {
    background-color: #dd3333 !important;
}

.ytp-large-play-button .ytp-button {
   background-color: #dd3333 !important; 
}

.yesp-container {
   height: 223.188px !important;
}

.ytp-large-play-button-bg {
    -moz-transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
    fill: #dd3333 !important;
    fill-opacity: 1;
}

.yesp .yesp-container .yesp-autoposter .yesp-autoposter-icon div {
    position: relative;
    left: -42px;
    top: -30px;
    background: url(../images/youtube-icon-dark.png) top left no-repeat;
    width: 85px;
    height: 60px;
    display: none;
}

.yesp-autoposter {
    margin-top: -10px;
}