.player-container {
    background-color: #000;
    margin-bottom: 1.5em;
    width: 100%;
}

.player-minimize .player-position {
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    position: fixed;
    left: 10px;
    bottom: 10px;
    padding: 7px;
    width: 300px;
    z-index: 1;
}

.magnify-jw-close {
    background: #fff;
    border: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    color: #000;
    cursor: pointer;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 28px;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 30px;
    height: 30px;
}

.player-minimize .magnify-jw-close
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.magnify-jw-close svg
{
    fill: #000;
    width: 14px;
    height: 14px;
}