#videos-modal{position:fixed;width:100%;height:100%;top:0;left:0;z-index:-1;opacity:0;overflow:hidden}#videos-modal,#videos-modal.opened,#videos-modal.opened svg path,#videos-modal.opened svg:hover path{-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}#videos-modal.opened{opacity:1;z-index:10000;cursor:pointer}#videos-modal #videos-modal-background{position:absolute;width:100%;height:100%;background:rgba(0,0,0,.7)}#videos-modal div,#videos-modal iframe,#videos-modal img,#videos-modal svg,#videos-modal.opened div,#videos-modal.opened iframe,#videos-modal.opened img,#videos-modal.opened svg{display:none;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}#videos-modal.opened div,#videos-modal.opened iframe,#videos-modal.opened img,#videos-modal.opened svg{display:block}#videos-modal.opened .videos_player{position:absolute;width:80%;left:10%;top:5%;z-index:2}#videos-modal.opened iframe{width:100%;z-index:1}#videos-modal #videos-modal-close{display:none;position:absolute;width:2rem;right:1rem;top:1rem;z-index:3}#videos-modal.opened #videos-modal-close{display:block}#videos-modal.opened #videos-modal-next-link,#videos-modal.opened #videos-modal-prev-link{display:block;position:absolute;width:2%;top:49%;left:5%}#videos-modal.opened #videos-modal-next-link{left:auto;right:5%}#videos-modal.opened svg path,#videos-modal.opened svg:hover path{fill:#999}#videos-modal.opened svg:hover path{fill:#fff}.videos-modal-loader{position:absolute;width:10%;top:45%;left:45%}@media (orientation:portrait){#videos-modal.opened.only-landscape .videos_player{transform:rotate(90deg);top:auto}#videos-modal.opened.only-landscape #videos-modal-next-link,#videos-modal.opened.only-landscape #videos-modal-prev-link{width:6%;top:5%;left:47%;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}#videos-modal.opened.only-landscape #videos-modal-next-link{top:auto;bottom:5%}}@media (orientation:landscape) and (max-width:768px){#videos-modal.opened #videos-modal-next-link,#videos-modal.opened #videos-modal-prev-link{width:4%}}