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

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