.modal-player {
    display: none;
    z-index: 9999;
    background-color:  #373a3c;
    width: 200px;
    position: fixed;
    top: 65px;
    height: 100px;
    color: white;
    -webkit-box-shadow: 10px 10px 28px -14px rgba(41,41,41,1);
    -moz-box-shadow: 10px 10px 28px -14px rgba(41,41,41,1);
    box-shadow: 10px 10px 28px -14px rgba(41,41,41,1);
}

.modal-player .modal-header .close span {
    font-size: 30px;
}
.modal-player .modal-header {
    border: none;
}

.modal-player .player-radio-options2 {
    width:  150px;
    justify-content: center;
    gap: 15px;
    display: flex;
    margin: 0 auto;
}

@media only screen and (max-width: 437px) {
    .modal-player {
        left: 0;
        right: 0;
        width: 100%;
    }
}


