html.noScroll,body.noScroll{overflow:hidden}
.youtube-modal-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1001;background:#000}
.youtube-modal-container .youtube-video-wrapper{height:100vh}
.youtube-modal-container .modal-close{position:absolute;height:30px;width:30px;top:25px;right:25px;padding:5px;background-color:rgba(0,0,0,0.5);border-radius:50%;display:none}
.youtube-modal-container .modal-close .close::before,.youtube-modal-container .modal-close .close::after{content:'';position:absolute;height:2px;width:60%;top:50%;left:20%;margin-top:-1px;background:#fff}
.youtube-modal-container .modal-close .close::before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.youtube-modal-container .modal-close .close::after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
@media only screen and (min-width:768px){.youtube-modal-container .modal-close{height:40px;width:40px;top:40px;right:40px;cursor:pointer}
}