﻿/* ------------------------------------------------------------------------------  */
/* Landing Screen  ---------------------------------------------------------------------  */
/* ------------------------------------------------------------------------------  */

#pano_iframe .welcome-landing {

        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 3000;
        background: #000;

    }
    #pano_iframe .welcome-landing .inner {

        width: 100%;
        max-width: 1920px;
        position: relative;
        margin: 0px auto;
        height: 100%;

    }

     #pano_iframe .welcome-landing .bg-video { 

         position: absolute;
         top: 0;
         bottom: 0;
         left: 0;
         right: 0;
         text-align: center;
         z-index: 1;

     }
     #pano_iframe .welcome-landing .bg-video video {

         width: 100%;

     }
     
    /*#pano_iframe .welcome-landing .landing-logo {

        position: absolute;
        left: 10%;
        top: 10%;
        width: 100px;
        z-index: 2;

    }*/

    #pano_iframe .welcome-landing .landing-logo img { width: 100%;}

     #pano_iframe .welcome-landing .landing-text {

         
         position: absolute;
         z-index: 2;
         top: calc(50% - 135px);
         left: calc(50% - 350px);
         width: 700px;
         text-align: center;
         height: 270px;

     }

     #pano_iframe .welcome-landing .landing-text .logo {

         position: absolute;
         left: -150px;
         top: -200px;
         width: 100px;

     }

    #pano_iframe .welcome-landing h1, #pano_iframe .welcome-landing .btn-enter {

        font-family: 'Open Sans', sans-serif;
        text-align: center;
        color: #fff;

    }


     #pano_iframe .welcome-landing h1 {

         font-size: 48px;
         font-weight: 500;
         margin: 0;

     }
     #pano_iframe .welcome-landing .btn-enter {

         font-size: 27px;
         font-weight: 500;
         display: inline-block;
         width: 200px;
         border-radius: 50px;
         height: 64px;
         line-height: 64px;
         border: 1px solid #fff;
         margin-top: 100px;

     }