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


    #holderA1{
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        max-width: 800px;
        height: 2300px;
}
}