vjs-video-container{
    display:inline-block;
}
.vjs-poster {
    display: flex;
    background-size:contain;
}

    .vjs-poster img {
        width: 100%;
        margin: auto 0;
        max-height: 100%;
        -o-object-fit: cover !important;
        object-fit: cover !important;
    }

.vjs-video-wrap {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
}

.vjs-control-bar button span {
    font-size: 1em !important;
}

button.vjs-control,
.vjs-modal-overlay button {
    min-height: 20px;
    border-radius: 0;
    border: none;
    outline: none;
    min-width: 20px;
    font-size: 1em;
    font-weight: 700;
}

.vjs-tracksettings-controls {
    bottom: 35px !important;
}
    /*.vjs-default-skin:hover .vjs-big-play-button, .vjs-default-skin .vjs-big-play-button:focus {
    outline: 0;
    border-color: #fff;*/
    /* IE8 needs a non-glow hover state */
    /*background-color: #505050;
  background-color: rgba(50, 50, 50, 0.75);*/
    /* box-shadow */
    /*-webkit-box-shadow: 0 0 3em #ffffff;
  -moz-box-shadow: 0 0 3em #ffffff;
  box-shadow: 0 0 3em #ffffff;*/
    /* transition */
    /*-webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;*/
/*}*/

.vjs-default-skin .vjs-big-play-button {
    padding: 4% 10%;
    color: #fff;
    background-image: linear-gradient(-45deg, #C52383 0%, #F5126B 100%);
    box-shadow: 0 2px 5px 0 rgba(191,23,91,0.49);
    transition: .3s;
    border: none;
    /* border-radius: 10px; */
    /* min-height: 25%; */
    min-height: 60px;
    -ms-border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: none;
    outline: none;
    min-width: 90px;
    font-size: 16px;
    font-weight: 700;
    /* width: 25%; */
    width: 105px;
    top:10%;
    left:10%;
}



.vjs-big-play-button .vjs-button .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    font-size: 60px;
    top: 33%;
}

.vjs-modal-dialog.vjs-text-track-settings,
.vjs-text-track-settings legend {
    color: #000 !important;
    font-size: 1rem;
}

.vjs-text-track-settings .vjs-modal-dialog-content{
    background-color:#FFF;
}