    .left_arrow{
        display: none;  
        opacity: 0;
    }
    .right_arrow{
        display: inline;
        opacity: 1.0;
    }




@media (min-aspect-ratio: 11/6) and (min-width: 1051px) {
         .right_arrow{
            right: -50px;
        }
    
        .page1 {
            opacity: 1.0 !important;
            
        }
    
        .page2 {
            background-image: none !important;
            opacity: 0.3 !important;
        }
    
        
        #sq01, #sq07, #sq11, #sq10, #sq13, #sq20, #sq26, #sq28{
            /*
            -webkit-filter: blur(4px); 
            -moz-filter: blur(4px); 
            -ms-filter: blur(4px); 
            -o-filter: blur(4px); 
            filter: blur(4px); 
            opacity: 0.075;
            pointer-events: none;
            */
            }
        }
