<?php if ($_SESSION['id_user'] == "") { echo ' <script> window.location = "/login" </script> '; } $id = $pagina[1]; ?> <!-- <h3 style="position: absolute; bottom: 5%; left: 30%;" class="blanco">La transmisiĆ³n del evento inicia el 21 de Abril</h3> --> <img id="myVideo" src="/img/img_wd/bg_auditorio.png" alt=""> <style> #myVideo { position: fixed; right: 0; bottom: 0px; min-width: 100%; min-height: 100%; height: 100%; z-index: -1; width: 100%; } .blanco { color: white !important; } </style> <div class="e_web"> <div style="margin-left: 30%;"> <iframe width="580px" height="500px" src="https://player.vimeo.com/video/538915377?badge=0&autopause=0&player_id=0&app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe> </div> <!-- <div style="position: absolute; margin-right: 20px; margin-bottom: 20px;"> <iframe src="https://vimeo.com/event/908830/chat/interaction/b1ccc0b37c" width="280px" height="600px" frameborder="0"></iframe> </div> --> <?php /* echo $bt_iz; */ ?> <?php /* echo $bt_dr; */ ?> <a href="<?php echo $url; ?>/lobby"> <img src="<?php echo $url; ?>/img/img_wd/bt_back.png" style="width: 130px; position: absolute; bottom: 20px; left: 10%;"> </a> <!-- <img src="<?php echo $base; ?>" width="100%"> --> </div> <div class="e_movil" align="center"> <!-- <img src="<?php echo $base; ?>" width="100%"> --> <?php /* echo $bt_iz_movil; */ ?> <?php /* echo $bt_dr_movil; */ ?> <br> <a href="<?php echo $url; ?>/lobby"> <img src="<?php echo $url; ?>/img/img_wd/bt_back.png" width="140"> </a> <iframe width="350px" height="300px" src="https://player.vimeo.com/video/538915377?badge=0&autopause=0&player_id=0&app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe> </div> <style> .botones { position: absolute; border-radius: 30px; font-size: 11px; padding: 5px 20px; font-weight: bold; } .parpadea { animation-name: parpadeo; animation-duration: 1s; animation-timing-function: linear; animation-iteration-count: infinite; -webkit-animation-name: parpadeo; -webkit-animation-duration: 3s; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: infinite; } @-moz-keyframes parpadeo { 0% { transform: scale(1); } 15% { transform: scale(1.1); } 30% { transform: scale(1); } 100% { transform: scale(1); } } @-webkit-keyframes parpadeo { 0% { transform: scale(1); } 15% { transform: scale(1.1); } 30% { transform: scale(1); } 100% { transform: scale(1); } } @keyframes parpadeo { 0% { transform: scale(1); } 15% { transform: scale(1.1); } 30% { transform: scale(1); } 100% { transform: scale(1); } } </style> <script> $(document).ready(function() { $("#maestro").height($("#img_muestra").height()); }); $(window).resize(function() { $("#maestro").height($("#img_muestra").height()); }); </script>