﻿@media(max-width: 896px) {

    /* ------------------------------------------------------------------------------  */
    /* Landing Screen  ---------------------------------------------------------------------  */
    /* ------------------------------------------------------------------------------  */


    #pano_iframe .welcome-landing .inner {
        width: 100%;
        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 .landing-logo {

        position: absolute;
        left: 0%;
        right: 0%;
        text-align: center;
        z-index: 2;
        width: 100%;

    }*/

    /*#pano_iframe .welcome-landing .landing-logo img { width: 100px}*/

    #pano_iframe .welcome-landing .landing-text {
        /*position: absolute;
         z-index: 2;*/
        top: calc(50% - 140px);
        left: calc(50% - 250px);
        width: 500px;
        /*text-align: center;*/
        height: 280px;
    }

        #pano_iframe .welcome-landing .landing-text .logo {
            top: initial;
            left: initial;
            position: relative;
            display: inline-block;
            width: 100px;
            margin-bottom: 40px;
        }

    #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: 32px;
        /*font-weight: 500;
         margin: 0;*/
    }

    #pano_iframe .welcome-landing .btn-enter {
        font-size: 20px;
        /*font-weight: 500;
         display: inline-block;*/
        width: 150px;
        /*border-radius: 50px;*/
        height: 50px;
        line-height: 50px;
        /*border: 1px solid #fff;*/
        margin-top: 50px;
    }
}
