.fff-modal{position:fixed;z-index:10000}.fff-modal,.fff-modal-overlay{top:0;left:0;width:100%;height:100%}.fff-modal-overlay{position:absolute;background:rgba(0,0,0,.8)}.fff-modal-content{position:relative;max-width:98%;background:#000;border-radius:8px;padding:0;z-index:10000;display:flex;flex-direction:column;border-radius:12px;height:96vh;margin:2vh auto auto}#videoModalBody{margin:auto;width:100%}#videoModalBody iframe{width:100%;height:96vh;border:none;border-radius:8px}.fff-modal-close{position:absolute;top:9px;right:4px;background:transparent;border:none;font-size:32px;color:#fff;cursor:pointer;z-index:1!important}.fff-modal-close img{width:35px;height:35px;border-radius:50%;border:2px solid #fff;padding:7px;background-color:#000}#videoModalBody iframe{max-height:96vh!important}@media (max-width:768px){.fff-modal-content{max-width:98%;margin:20px auto}#videoModalBody iframe{height:40vh}}