.modalWrap{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;background-color:#00000095;z-index:997;border:none}.innerModal{max-width:calc(100% - 50px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:20px;border-radius:5px;background-color:#eee;box-shadow:0 0 25px #000b;border:1px solid rgba(255,255,255,.215);overflow:hidden}.modalHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.wrapTheSlot{width:100%}@media (max-width: 600px){.innerModal{max-width:calc(100% - 30px);max-height:calc(100% - 30px);display:block;display:flex;flex-direction:column;top:45%;left:50%;transform:translate(-50%,-50%);border-radius:6px}.modalHeader{display:flex;justify-content:space-between;width:100%}.withPlayer{max-height:calc(100% - 60px)}}@media (max-width: 500px){.modalHeader h4{font-size:16pt}}
