.vjs-social-share {
    height: 40px;
    opacity: 0;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 14px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: auto;
    z-index: 999;
}
.vjs-social-share.is-visible,
.vjs-social-share:hover {
    opacity: 1;
}
.vjs-social-share-link {
    border: none;
    cursor: pointer;
    display: inline;
    height: 30px;
    margin-right: 10px;
    position: relative;
    width: 30px;
}
.vjs-social-share-link:last-of-type {
    margin-right: 0;
}
.vjs-social-share-svg {
    height: 30px;
    width: 30px;
}

.vjs-social-share-svg.share-icon{ width:24px; height:24px;}
.vjs-social-share.share-button{ right:0px; width:100%; height:60px; top:0px;}
.vjs-social-share.share-button .vjs-social-share-svg{ float:right; margin-right:30px; margin-top:20px;}
.vjs-social-share.share-button .overlay-cont,
.vjs-social-share-div .overlay-cont{ background:#000; position:absolute; width:100%; height:100%; opacity:0.4; z-index:-1; }

.vjs-social-share-div{ position:absolute; width:100%; height:100%;}
.shareThisSection{ width:50%; float:right;}
.vjs-social-share-div .overlay-cont{ z-index:0; opacity:1;}
.vjs-social-share-div.hide-it{ display:none; }
.shareThisSection .shareUpper{ color:#fff; position:relative; padding-top:30px; padding-bottom:10px; margin-bottom:10px; }
.shareThisSection .shareDirectly{ position:relative; padding-top:30px;}

.shareThisSection .shareUpper h2 {
    color: #fff;
    line-height: 30px;
    padding-bottom: 10px;
}
.shareThisSection .shareUpper h5,
.shareThisSection .shareDirectly h5{
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    line-height: 18px;
    padding-bottom: 10px;
    font-family: Open Sans, arial!important;
}

.shareThisSection .shareUpper .videoLink{
    border: 1px solid #ddd;
    padding: 5px;
}

.shareThisSection .btnSection{
    clear: both;
    position: relative;
    padding: 5px 0px 15px 0px;
}

.shareThisSection .btnSection .btn-action{
    position: relative;
    margin-right: 15px;
    background: #B5B5B5;
    color: #000;
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 10px;
    cursor: pointer;
    border: none;
}
.shareThisSection .btnSection .btn-action:hover{ text-decoration:underline;}

.vjs-social-share-div .shareThisSectionLeft{
    position: relative;
    width: 46%;
    padding: 2%;
    float: left;
}
.vjs-social-share-div .shareThisSectionLeft img{ opacity: 0.5;position:relative; max-width:100%;}
.vjs-social-share-div .shareThisSectionLeft .videoReplay{ position:absolute; width:36px; height:36px; ; left:50%; top:50%; background:url("../f/replay.png") left top no-repeat; cursor:pointer;}


@media only screen and (max-width: 480px) {
    .shareThisSection .shareDirectly,
    .shareThisSection .shareUpper{
        padding-top:10px;
    }
}