<style> body{ background-size: cover; background-position: center; background-attachment: fixed; background-image: url(<?php echo $url; ?>/img/bg_reuniones.jpg); } #myVideo { position: fixed; right: 0; bottom: -50px; min-width: 100%; min-height: 100%; z-index: -1; } </style> <style> #myVideo { position: fixed; right: 0; bottom: -30; min-width: 100%; min-height: 100%; z-index: -1; width: 100%; } </style> <div class="col-md-12"> <div class="container" > <?php echo $rersp; ?> <div class="row"> <div class="col-md-12" align="center"> <h1 style="margin-top: 3%; color: #006db7;">REUNIONES POR LÍNEAS</h1> <div> <a href="https://boehringer.zoom.us/j/96741930918?pwd=WG1saXFDMlZDUURocERaQVNZQzJxQT09" target="_blank"> <img src="<?php echo $url; ?>/img/reuniones/boton-reunion-1.png" class="bt_agenda"> </a> <a href="https://boehringer.zoom.us/j/95208146884?pwd=UlZUQzdrS2lTS0M5SDR0bk5ldG8xUT09" target="_blank"> <img src="<?php echo $url; ?>/img/reuniones/boton-reunion-2.png" class="bt_agenda"> </a> <br> <a href="https://boehringer.zoom.us/j/92384039413?pwd=Ujh3L3Y3UUt4azhtcEhwdElteUl3Zz09" target="_blank"> <img src="<?php echo $url; ?>/img/reuniones/boton-reunion-3.png" class="bt_agenda"> </a> <a href="https://boehringer.zoom.us/j/97664326852?pwd=SWY3VWkzN0FIS3VYeWFSNzRGVmVodz09" target="_blank"> <img src="<?php echo $url; ?>/img/reuniones/boton-reunion-4.png" class="bt_agenda"> </a> <a href="https://boehringer.zoom.us/j/91063971874?pwd=bFNzbGxOYnAvODNZbEIvbTRLWlkxQT09" target="_blank"> <img src="<?php echo $url; ?>/img/reuniones/boton-reunion--5.png" class="bt_agenda"> </a> </div> </div> </div> </div> </div> <script> $( document ).ready(function() { $("#bt_reuniones").addClass("btn_item_menu_active"); }); </script> <style> .inputs{ margin-bottom: 5px; } label{ color: #006cc1; font-weight: bold; margin-bottom: 0px; margin-top: 5px; } .ficha_agenda{ background-color: #fff; width: 170px; border-radius: 20px; text-align: center; margin-bottom: -5px; transform: scale(0.8); transition: 0.5s all; color: #062a3c; display: inline-table; line-height: 30px; } .ficha_agenda:hover{ transform: scale(1); } .ti_ficha_agenda{ background-color: #109CCE; color: #fff; padding: 6px; font-weight: bold; font-size: 18px; line-height: 24px; border-radius: 20px 20px 0px 0px; } .horario{ background-color: #109cce; width: 90%; font-size: 14px; color: #fff; margin-bottom: -20px; border-radius: 10px; padding: 5px 2px; } .bt_agenda{ width: 100%; max-width: 260px; margin: 20px; transition: 0.5s all; } .bt_agenda:hover{ transform: scale(1.1); } </style>