
 .imgvendite
        {
            position: absolute;
            left: 0vw; 
            width: 50%;
            height: 100%;
            z-index: 0;
        }
        
         
        .imgnoleggio
        {
            position: absolute;
            left: 50vw; 
            width: 50%;
            height: 100%;
            z-index: 0;
        }
    
    
        .mylogo
        {
            z-index: 999;
            position: relative;
            top: 0vw; 
            width: 380px;
        }
        
        
        .btn_vendita
        {
            z-index: 999;
            background-color: #156082 !important;
            border: 0px;
        }
        
        
        .btn_noleggio
        {
            z-index: 999;
            background-color: #0f9ed5 !important;
            border: 0px;
        }
        
        
        .mytable
        {
            width: 100%;
            border: 0px solid red;
            position: absolute;
            top: 80%;  
        }
        
        
        
        @media screen and (max-width:680px)  {
            
            
            .imgvendite
            {
                position: absolute;
                top: 0vw; 
                width: 100%;
                height: 50%;
                z-index: 0;
            }
            
            
            .imgnoleggio
            {
                
                top: 50%;
                left: 0;
                width: 100%;
                height: 50%;
                z-index: 0;
            }
            
            
            .mylogo
            {
                z-index: 999;
                position: relative;
                top: 0vw;
                width: 250px;
            }
            
           
            .btn_vendita_media_q
            {
                position: absolute;
                width: 30%;
                left: 35%;
                top: 40%;   
                z-index: 999;
                background-color: #156082 !important;
                border: 0px;
            }
            
            
            .btn_noleggio_media_q
            {
                position: absolute;
                width: 30%;
                left: 35%;
                top: 57%;   
                z-index: 999;
                background-color: #0f9ed5 !important;
                border: 0px;
            }
            
            
            .mytable
            {
                visibility: hidden;
            }
            
            
            
        }
    