/* ##########################################################################################################################################################################################################################################################################################################
   ##########################################################################################################################################################################################################################################################################################################
   ##########################################################################################################################################################################################################################################################################################################
   ##########################################################################################################################################################################################################################################################################################################
   ##########################################################################################################################################################################################################################################################################################################
   ##########################################################################################################################################################################################################################################################################################################
   ##########################################################################################################################################################################################################################################################################################################
   ##########################################################################################################################################################################################################################################################################################################
   ##########################################################################################################################################################################################################################################################################################################
   ##########################################################################################################################################################################################################################################################################################################
   ##########################################################################################################################################################################################################################################################################################################
   ##########################################################################################################################################################################################################################################################################################################
   ##########################################################################################################################################################################################################################################################################################################
   ##########################################################################################################################################################################################################################################################################################################
   ########################################################################################################################################################################################################################################################################################################## */

   div.pub_master
   {
                                       position:                               absolute;
                                       display:                                flex;
                                       z-index:                               -4;

                                       top:                                    0;
                                       left:                                   0;
                                       right:                                  0;
                                       bottom:                                 0;

                                       align-items:                            center;
                                       justify-content:                        center;
   }

   div.pub_slave
   {
                                       position:                               absolute;
                                       z-index:                               -3;

                                       width:                                  1311px;
                                       height:                                 718px;

                                       border-top:                             var(--clr60);
                                       border-left:                            var(--clr60);
                                       border-right:                           var(--clr60);
                                       border-bottom:                          var(--clr60);
                                       background-color:                       var(--clrB0);
   }

   div.pub_main
   {
                                       position:                               absolute;
                                       z-index:                               -2;

                                       top:                                    2px;
                                       left:                                   2px;
                                       right:                                  2px;
                                       bottom:                                 2px;

                                       background-color:                       var(--clrE0);
   }
