#featuredImg .video-js .vjs-tech {
    margin: 0 auto !important;
    position: relative;
    width: 100%;
    height: auto;
}
#featuredImg .video-js {
    padding-top: 0 !important;
    margin: 0;
    background-color: #f2f2f2 !important;
}
#featuredImg .video-container {
    max-width: none !important;
}

.video-js {
    padding-top: 56.25%
}
.vjs-fullscreen {
    padding-top: 0;
}
/* ---------------------------------------------- */
/* VIDEO PLAYER STYLES
/* ---------------------------------------------- */
.video-container {
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
    position: relative;
}
.video-js {
    background-color: #fff !important;

}
#featured-image .video-js {
    background-color: #000000 !important;
}
.vjs-poster {
    background-color: #fff;
    background-size: cover;
}
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
    left: 50%;
    margin-left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
}
.vjs-default-skin .vjs-big-play-button {
    width: 2.6em;
    height: 2.6em;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    box-shadow: none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.video-container .vjs-big-play-button {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.video-container:hover .vjs-big-play-button {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}
.vjs-default-skin:hover .vjs-big-play-button, .vjs-default-skin .vjs-big-play-button:focus {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: 1px solid #fff;
    text-shadow: 0.05em 0.05em 0.1em rgba(0,0,0,0);
}
.vjs-default-skin .vjs-big-play-button:before {
    left: 3px;
}
.vjs-default-skin .vjs-big-play-button::before {
    color: #ffffff;
    text-shadow: 0.05em 0.05em 0.1em rgba(0,0,0,0.3);
}
.vjs-default-skin:hover .vjs-big-play-button::before {
    color: #fff;
}

.share-btn {
    background-color: transparent;
    border: 1px solid transparent;
    color: #cccccc;
    cursor: pointer;
    font-size: 1.6em;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 4;
    opacity: 0;
}
.small.videos .share-btn {
    font-size: 1.2em;
    padding: 6px;
}
.share-btn .fa.fa-times {
    display: none;
}
.share-btn.clicked .fa.fa-times {
    display: block;
}
.share-btn.clicked .fa.fa-share-square-o {
    display: none;
}
.share-btn:hover i.fa {
    color: #ffffff;
}
.video-container:hover .share-btn, .share-btn.clicked {
    opacity: 1;
}
.sharing-bar {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: #ffffff;
    display: block;
    left: 0;
    padding: 1% 6% 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
}
.small.videos .sharing-bar {
    padding: 5% 5% 0;
}
.show.sharing-bar {
    visibility: visible;
    opacity: 1;
}
.sharing-bar h2, .sharing-bar h3 {
    color: #ffffff;
    display: inline-block;
    font-size: 1.2em;
}
.small.videos .sharing-bar h2 {
    font-size: 1.1em;
    margin: 5px 0 5px;
}
.video-name {
    margin-left: 10px;
}
.sharing-bar h3 {
    display: block;
    font-size: 1em;
    margin: 30px 0 10px;
}
.small.videos .sharing-bar h3 {
    font-size: 1em;
    margin: 5px 0 5px;
}
.sharing-bar li {
    display: inline-block;
    vertical-align: top;
}
.sharing-bar a {
    background-color: #c2c2c2;
    border-radius: 3px;
    color: #252525;
    display: block;
    font-size: 1.4em;
    height: 30px;
    margin: 0 6px;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    width: 30px;
}
.small.videos .sharing-bar a {
    color: #252525 !important;
    font-size: 1.1em;
    height: 20px;
    padding: 5px;
    width: 20px;
}
.medium.videos .sharing-bar a {
    color: #252525 !important;
}
.medium.videos .sharing-bar a:hover {
    color: #ffffff !Important;
}
.sharing-bar ul li:first-child a {
    margin-left: 0;
}
.sharing-bar a:hover {
    color: #ffffff !important;
}
.sharing-bar a.facebook:hover {
    background-color: #3B5998;
}
.sharing-bar a.twitter:hover {
    background-color: #55ACEE;
}
.sharing-bar a.google:hover {
    background-color: #D53326;
}
.sharing-bar a.instagram:hover {
    background-color: #006699;
}
.sharing-bar a.pinterest:hover {
    background-color: #C10218;
}
.sharing-bar li a .fa {
    display: inline-block;
    vertical-align: middle;
}
.small.videos .sharing-bar li a .fa {
    vertical-align: initial;
}
