﻿/* ------------------------------------------------------------------------------  */
/* Welcome  ---------------------------------------------------------------------  */
/* ------------------------------------------------------------------------------  */

       .lity-override-welcome  .lity-close,
        #pano_iframe .welcome-holder {

            opacity: 0;

        }
    
        #pano_iframe .welcome-holder .inner {

            height: auto;
            width:100%;
            background-image: none;
            border: 3px solid rgba(255, 255, 255,.5);
            border-radius: 15px;
            padding-bottom: 10px;
             
        }

        #pano_iframe .welcome-holder .content {

           height: 460px;

        }

        #pano_iframe .welcome-holder iframe {

            border: 0px;
            width: 100%;
            height: 100%;

        } 



     