@media screen and (min-width:800px){


    
    .holderA1{
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows:repeat(2, 1fr);
        max-width: 1200px; 
        max-height:1000px;   
    }
    
}